Html Css Color HEX #62AA40 Apple

📋 copy color: '#62AA40'

red 98 ◦ green 170 ◦ blue 64

#62AA40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #62AA40

Tints of Apple #62AA40

RGB

 RED value IS 98 (38.67% from 255) = 29.52%

 GREEN value IS 170 (66.8% from 255) = 51.2%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 29.52%
G = 51.2%
B = 19.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#62AA40 (or 0x62AA40) is known color: Apple. HEX triplet: 62, AA and 40. RGB value is (98,170,64). Sum of RGB (Red+Green+Blue) = 98+170+64=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AA40 is #9D55BF. Grayscale: #888888. Windows color (decimal): -10311104 or 4237922. OLE color: 4237922.

HSL color Cylindrical-coordinate representation of color #62AA40: hue angle of 100.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62AA40 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 170 64 -
CMYK 0.42 0 0.62 0.33
HSL 100.75º 0.45% 0.46% -
HSV(B) 100.75º 0.62% 0.67% -
XYZ 20.34 31.72 9.9 -
YUV 136.39 87.15 100.62 -
System Red Green Blue C M Y K H S L
Decimal 98 170 64 0.42 0 0.62 0.33 100.75 0.45 0.46
Hex 62 AA 40 2A 0 3E 21 65 2D 2E
Octal 142 252 100 52 0 76 41 145 55 56
Binary 1100010 10101010 1000000 101010 0 111110 100001 1100101 101101 101110

Color Harmonies of #62AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AA40

Black with #62AA40

Text Example


Text Example

White with #62AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,170,64); }

 H1.HeaderClassName
 {
   color: #62AA40;
 }
 .AnyTagClassName
 {
   color: #62AA40;
 }
</style>

background-color css

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

 a { background-color: rgb(98,170,64); }

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

border-color css

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

 span { border-color: rgb(98,170,64); }

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