Html Css Color HEX #64A52F Limeade

📋 copy color: '#64A52F'

red 100 ◦ green 165 ◦ blue 47

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

Shades of Limeade #64A52F

Tints of Limeade #64A52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 32.05%
G = 52.88%
B = 15.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#64A52F (or 0x64A52F) is known color: Limeade. HEX triplet: 64, A5 and 2F. RGB value is (100,165,47). Sum of RGB (Red+Green+Blue) = 100+165+47=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #64A52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A52F is #9B5AD0. Grayscale: #848484. Windows color (decimal): -10181329 or 3122532. OLE color: 3122532.

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

Color convert

RGB 100 165 47 -
CMYK 0.39 0 0.72 0.35
HSL 93.05º 0.56% 0.42% -
HSV(B) 93.05º 0.72% 0.65% -
XYZ 19.22 29.82 7.43 -
YUV 132.11 79.97 105.09 -
System Red Green Blue C M Y K H S L
Decimal 100 165 47 0.39 0 0.72 0.35 93.05 0.56 0.42
Hex 64 A5 2F 27 0 48 23 5D 38 2A
Octal 144 245 57 47 0 110 43 135 70 52
Binary 1100100 10100101 101111 100111 0 1001000 100011 1011101 111000 101010

Color Harmonies of #64A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A52F

Black with #64A52F

Text Example


Text Example

White with #64A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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