Html Css Color HEX #64A032 Limeade

📋 copy color: '#64A032'

red 100 ◦ green 160 ◦ blue 50

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

Shades of Limeade #64A032

Tints of Limeade #64A032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 32.26%
G = 51.61%
B = 16.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#64A032 (or 0x64A032) is known color: Limeade. HEX triplet: 64, A0 and 32. RGB value is (100,160,50). Sum of RGB (Red+Green+Blue) = 100+160+50=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #64A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A032 is #9B5FCD. Grayscale: #818181. Windows color (decimal): -10182606 or 3317860. OLE color: 3317860.

HSL color Cylindrical-coordinate representation of color #64A032: hue angle of 92.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64A032 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 160 50 -
CMYK 0.38 0 0.69 0.37
HSL 92.73º 0.52% 0.41% -
HSV(B) 92.73º 0.69% 0.63% -
XYZ 18.4 28.08 7.47 -
YUV 129.52 83.12 106.94 -
System Red Green Blue C M Y K H S L
Decimal 100 160 50 0.38 0 0.69 0.37 92.73 0.52 0.41
Hex 64 A0 32 26 0 45 25 5D 34 29
Octal 144 240 62 46 0 105 45 135 64 51
Binary 1100100 10100000 110010 100110 0 1000101 100101 1011101 110100 101001

Color Harmonies of #64A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A032

Black with #64A032

Text Example


Text Example

White with #64A032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,160,50); }

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

background-color css

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

 a { background-color: rgb(100,160,50); }

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

border-color css

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

 span { border-color: rgb(100,160,50); }

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