Html Css Color HEX #64A524 Limeade

📋 copy color: '#64A524'

red 100 ◦ green 165 ◦ blue 36

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

Shades of Limeade #64A524

Tints of Limeade #64A524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.82%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 33.22%
G = 54.82%
B = 11.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#64A524 (or 0x64A524) is known color: Limeade. HEX triplet: 64, A5 and 24. RGB value is (100,165,36). Sum of RGB (Red+Green+Blue) = 100+165+36=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #64A524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A524 is #9B5ADB. Grayscale: #838383. Windows color (decimal): -10181340 or 2401636. OLE color: 2401636.

HSL color Cylindrical-coordinate representation of color #64A524: hue angle of 90.23º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64A524 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 36 -
CMYK 0.39 0 0.78 0.35
HSL 90.23º 0.64% 0.39% -
HSV(B) 90.23º 0.78% 0.65% -
XYZ 19.03 29.75 6.41 -
YUV 130.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 100 165 36 0.39 0 0.78 0.35 90.23 0.64 0.39
Hex 64 A5 24 27 0 4E 23 5A 40 27
Octal 144 245 44 47 0 116 43 132 100 47
Binary 1100100 10100101 100100 100111 0 1001110 100011 1011010 1000000 100111

Color Harmonies of #64A524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A524

Black with #64A524

Text Example


Text Example

White with #64A524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,36); }

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

background-color css

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

 a { background-color: rgb(100,165,36); }

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

border-color css

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

 span { border-color: rgb(100,165,36); }

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