Html Css Color HEX #64AA28 Limeade

📋 copy color: '#64AA28'

red 100 ◦ green 170 ◦ blue 40

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

Shades of Limeade #64AA28

Tints of Limeade #64AA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 32.26%
G = 54.84%
B = 12.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#64AA28 (or 0x64AA28) is known color: Limeade. HEX triplet: 64, AA and 28. RGB value is (100,170,40). Sum of RGB (Red+Green+Blue) = 100+170+40=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA28 is #9B55D7. Grayscale: #868686. Windows color (decimal): -10180056 or 2665060. OLE color: 2665060.

HSL color Cylindrical-coordinate representation of color #64AA28: hue angle of 92.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64AA28 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 170 40 -
CMYK 0.41 0 0.76 0.33
HSL 92.31º 0.62% 0.41% -
HSV(B) 92.31º 0.76% 0.67% -
XYZ 20.01 31.61 7.05 -
YUV 134.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 100 170 40 0.41 0 0.76 0.33 92.31 0.62 0.41
Hex 64 AA 28 29 0 4C 21 5C 3E 29
Octal 144 252 50 51 0 114 41 134 76 51
Binary 1100100 10101010 101000 101001 0 1001100 100001 1011100 111110 101001

Color Harmonies of #64AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA28

Black with #64AA28

Text Example


Text Example

White with #64AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,170,40); }

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

background-color css

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

 a { background-color: rgb(100,170,40); }

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

border-color css

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

 span { border-color: rgb(100,170,40); }

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