#62C049

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

Shades of Apple #62C049

Tints of Apple #62C049

Color information

#62C049 (or 0x62C049) is unknown color: approx Apple. HEX triplet: 62, C0 and 49. RGB value is (98,192,73). Sum of RGB (Red+Green+Blue) = 98+192+73=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #62C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C049 is #9D3FB6. Grayscale: #969696. Windows color (decimal): -10305463 or 4833378. OLE color: 4833378.

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

Color convert

RGB9819273-
CMYK0.4900.620.25
HSL107.39º48.57%51.96%-
HSV(B)107.39º61.98%75.29%-
XYZ25.0940.7812.85-
YUV150.3384.3690.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=27.00%
G=52.89%
B=20.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98192730.4900.620.25107.3948.5751.96
Hex62C0493103E196b3134
Octal14230011161076311536164
Binary11000101100000010010011100010111110110011101011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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