Html Css Color HEX #64AB42 Apple

📋 copy color: '#64AB42'

red 100 ◦ green 171 ◦ blue 66

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

Shades of Apple #64AB42

Tints of Apple #64AB42

RGB

 RED value IS 100 (39.45% from 255) = 29.67%

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 29.67%
G = 50.74%
B = 19.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#64AB42 (or 0x64AB42) is known color: Apple. HEX triplet: 64, AB and 42. RGB value is (100,171,66). Sum of RGB (Red+Green+Blue) = 100+171+66=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB42 is #9B54BD. Grayscale: #8A8A8A. Windows color (decimal): -10179774 or 4369252. OLE color: 4369252.

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

Color convert

RGB 100 171 66 -
CMYK 0.42 0 0.61 0.33
HSL 100.57º 0.44% 0.46% -
HSV(B) 100.57º 0.61% 0.67% -
XYZ 20.8 32.23 10.28 -
YUV 137.8 87.48 101.04 -
System Red Green Blue C M Y K H S L
Decimal 100 171 66 0.42 0 0.61 0.33 100.57 0.44 0.46
Hex 64 AB 42 2A 0 3D 21 65 2C 2E
Octal 144 253 102 52 0 75 41 145 54 56
Binary 1100100 10101011 1000010 101010 0 111101 100001 1100101 101100 101110

Color Harmonies of #64AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB42

Black with #64AB42

Text Example


Text Example

White with #64AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AB42; }

 p { color: rgb(100,171,66); }

 H1.HeaderClassName
 {
   color: #64AB42;
 }
 .AnyTagClassName
 {
   color: #64AB42;
 }
</style>

background-color css

<style>
 a { background-color: #64AB42; }

 a { background-color: rgb(100,171,66); }

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

border-color css

<style>
 span { border-color: #64AB42; }

 span { border-color: rgb(100,171,66); }

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