Html Css Color HEX #64A52E Limeade

📋 copy color: '#64A52E'

red 100 ◦ green 165 ◦ blue 46

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

Shades of Limeade #64A52E

Tints of Limeade #64A52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 32.15%
G = 53.05%
B = 14.79%

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

#64A52E (or 0x64A52E) is known color: Limeade. HEX triplet: 64, A5 and 2E. RGB value is (100,165,46). Sum of RGB (Red+Green+Blue) = 100+165+46=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #64A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A52E is #9B5AD1. Grayscale: #848484. Windows color (decimal): -10181330 or 3056996. OLE color: 3056996.

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

Color convert

RGB 100 165 46 -
CMYK 0.39 0 0.72 0.35
HSL 92.77º 0.56% 0.41% -
HSV(B) 92.77º 0.72% 0.65% -
XYZ 19.2 29.82 7.33 -
YUV 132 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 100 165 46 0.39 0 0.72 0.35 92.77 0.56 0.41
Hex 64 A5 2E 27 0 48 23 5D 38 29
Octal 144 245 56 47 0 110 43 135 70 51
Binary 1100100 10100101 101110 100111 0 1001000 100011 1011101 111000 101001

Color Harmonies of #64A52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A52E

Black with #64A52E

Text Example


Text Example

White with #64A52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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