#62B03D

Color #62B03D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #62B03D

Tints of Apple #62B03D

Color information

#62B03D (or 0x62B03D) is unknown color: approx Apple. HEX triplet: 62, B0 and 3D. RGB value is (98,176,61). Sum of RGB (Red+Green+Blue) = 98+176+61=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #62B03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B03D is #9D4FC2. Grayscale: #8B8B8B. Windows color (decimal): -10309571 or 4042850. OLE color: 4042850.

HSL color Cylindrical-coordinate representation of color #62B03D: hue angle of 100.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62B03D is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB9817661-
CMYK0.4400.650.31
HSL100.7º48.52%46.47%-
HSV(B)100.7º65.34%69.02%-
XYZ21.433.989.85-
YUV139.5783.6698.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 176 (69.14% from 255) = 52.54%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=29.25%
G=52.54%
B=18.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98176610.4400.650.31100.748.5246.47
Hex62B03D2C0411F65312e
Octal14226075540101371456156
Binary11000101011000011110110110001000001111111100101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62B03D; }

 p { color: rgb(98,176,61); }

 H1.HeaderClassName
 {
   color: #62B03D;
 }
 .AnyTagClassName
 {
   color: #62B03D;
 }
</style>
background-color css

<style>
 a { background-color: #62B03D; }

 a { background-color: rgb(98,176,61); }

 div.DivClassName
 {
   background-color: #62B03D;
 }
 .BgClassName
 {
   background-color: #62B03D;
 }
</style>
border-color css

<style>
 span { border-color: #62B03D; }

 span { border-color: rgb(98,176,61); }

 td.TdClassName
 {
   border-color: #62B03D;
 }
 .TagClassName
 {
   border-color: #62B03D;
 }
</style>