#62c04c

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

Shades of Apple #62C04C

Tints of Apple #62C04C

Color information

#62C04C (or 0x62C04C) is unknown color: approx Apple. HEX triplet: 62, C0 and 4C. RGB value is (98,192,76). Sum of RGB (Red+Green+Blue) = 98+192+76=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #62C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C04C is #9D3FB3. Grayscale: #979797. Windows color (decimal): -10305460 or 5029986. OLE color: 5029986.

HSL color Cylindrical-coordinate representation of color #62C04C: hue angle of 108.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62C04C is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB9819276-
CMYK0.4900.600.25
HSL108.62º47.93%52.55%-
HSV(B)108.62º60.42%75.29%-
XYZ25.1940.8213.39-
YUV150.6785.8690.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 192 (75.39% from 255) = 52.46%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=26.78%
G=52.46%
B=20.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98192760.4900.600.25108.6247.9352.55
Hex62C04C3103C196d3035
Octal14230011461074311556065
Binary11000101100000010011001100010111100110011101101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62c04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,192,76); }

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

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

 a { background-color: rgb(98,192,76); }

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

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

 span { border-color: rgb(98,192,76); }

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