#62AD42

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

Shades of Apple #62AD42

Tints of Apple #62AD42

Color information

#62AD42 (or 0x62AD42) is unknown color: approx Apple. HEX triplet: 62, AD and 42. RGB value is (98,173,66). Sum of RGB (Red+Green+Blue) = 98+173+66=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AD42 is #9D52BD. Grayscale: #8A8A8A. Windows color (decimal): -10310334 or 4369762. OLE color: 4369762.

HSL color Cylindrical-coordinate representation of color #62AD42: hue angle of 102.06º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62AD42 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB9817366-
CMYK0.4300.620.32
HSL102.06º44.77%46.86%-
HSV(B)102.06º61.85%67.84%-
XYZ20.9632.8810.4-
YUV138.3887.1599.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 173 (67.97% from 255) = 51.34%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=29.08%
G=51.34%
B=19.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98173660.4300.620.32102.0644.7746.86
Hex62AD422B03E20662d2f
Octal14225510253076401465557
Binary110001010101101100001010101101111101000001100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,173,66); }

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

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

 a { background-color: rgb(98,173,66); }

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

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

 span { border-color: rgb(98,173,66); }

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