Html Css Color HEX #64A031 Limeade

📋 copy color: '#64A031'

red 100 ◦ green 160 ◦ blue 49

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

Shades of Limeade #64A031

Tints of Limeade #64A031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 32.36%
G = 51.78%
B = 15.86%

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

#64A031 (or 0x64A031) is known color: Limeade. HEX triplet: 64, A0 and 31. RGB value is (100,160,49). Sum of RGB (Red+Green+Blue) = 100+160+49=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #64A031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A031 is #9B5FCE. Grayscale: #818181. Windows color (decimal): -10182607 or 3252324. OLE color: 3252324.

HSL color Cylindrical-coordinate representation of color #64A031: hue angle of 92.43º degrees, saturation: 0.53, 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 #64A031 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 160 49 -
CMYK 0.38 0 0.69 0.37
HSL 92.43º 0.53% 0.41% -
HSV(B) 92.43º 0.69% 0.63% -
XYZ 18.38 28.07 7.36 -
YUV 129.41 82.62 107.03 -
System Red Green Blue C M Y K H S L
Decimal 100 160 49 0.38 0 0.69 0.37 92.43 0.53 0.41
Hex 64 A0 31 26 0 45 25 5C 35 29
Octal 144 240 61 46 0 105 45 134 65 51
Binary 1100100 10100000 110001 100110 0 1000101 100101 1011100 110101 101001

Color Harmonies of #64A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A031

Black with #64A031

Text Example


Text Example

White with #64A031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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