Html Css Color HEX #64AA27 Limeade

📋 copy color: '#64AA27'

red 100 ◦ green 170 ◦ blue 39

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

Shades of Limeade #64AA27

Tints of Limeade #64AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 32.36%
G = 55.02%
B = 12.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#64AA27 (or 0x64AA27) is known color: Limeade. HEX triplet: 64, AA and 27. RGB value is (100,170,39). Sum of RGB (Red+Green+Blue) = 100+170+39=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA27 is #9B55D8. Grayscale: #868686. Windows color (decimal): -10180057 or 2599524. OLE color: 2599524.

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

Color convert

RGB 100 170 39 -
CMYK 0.41 0 0.77 0.33
HSL 92.06º 0.63% 0.41% -
HSV(B) 92.06º 0.77% 0.67% -
XYZ 20 31.61 6.97 -
YUV 134.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 100 170 39 0.41 0 0.77 0.33 92.06 0.63 0.41
Hex 64 AA 27 29 0 4D 21 5C 3F 29
Octal 144 252 47 51 0 115 41 134 77 51
Binary 1100100 10101010 100111 101001 0 1001101 100001 1011100 111111 101001

Color Harmonies of #64AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA27

Black with #64AA27

Text Example


Text Example

White with #64AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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