Html Css Color HEX #64A632 Limeade

📋 copy color: '#64A632'

red 100 ◦ green 166 ◦ blue 50

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

Shades of Limeade #64A632

Tints of Limeade #64A632

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.53%

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

R = 31.65%
G = 52.53%
B = 15.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#64A632 (or 0x64A632) is known color: Limeade. HEX triplet: 64, A6 and 32. RGB value is (100,166,50). Sum of RGB (Red+Green+Blue) = 100+166+50=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #64A632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A632 is #9B59CD. Grayscale: #858585. Windows color (decimal): -10181070 or 3319396. OLE color: 3319396.

HSL color Cylindrical-coordinate representation of color #64A632: hue angle of 94.14º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64A632 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 166 50 -
CMYK 0.40 0 0.70 0.35
HSL 94.14º 0.54% 0.42% -
HSV(B) 94.14º 0.7% 0.65% -
XYZ 19.47 30.21 7.82 -
YUV 133.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 100 166 50 0.40 0 0.70 0.35 94.14 0.54 0.42
Hex 64 A6 32 28 0 46 23 5E 36 2A
Octal 144 246 62 50 0 106 43 136 66 52
Binary 1100100 10100110 110010 101000 0 1000110 100011 1011110 110110 101010

Color Harmonies of #64A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A632

Black with #64A632

Text Example


Text Example

White with #64A632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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