Shades of Limeade #649D34
Tints of Limeade #649D34
RGB
CMYK
RGB Variations
Color information
#649D34 (or 0x649D34) is known color: Limeade. HEX triplet: 64, 9D and 34. RGB value is (100,157,52). Sum of RGB (Red+Green+Blue) = 100+157+52=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #649D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D34 is #9B62CB. Grayscale: #808080. Windows color (decimal): -10183372 or 3448164. OLE color: 3448164.
HSL color Cylindrical-coordinate representation of color #649D34: hue angle of 92.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #649D34 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 52 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.38 |
| HSL | 92.57º | 0.5% | 0.41% | - |
| HSV(B) | 92.57º | 0.67% | 0.62% | - |
| XYZ | 17.93 | 27.07 | 7.53 | - |
| YUV | 127.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 52 | 0.36 | 0 | 0.67 | 0.38 | 92.57 | 0.5 | 0.41 |
| Hex | 64 | 9D | 34 | 24 | 0 | 43 | 26 | 5D | 32 | 29 |
| Octal | 144 | 235 | 64 | 44 | 0 | 103 | 46 | 135 | 62 | 51 |
| Binary | 1100100 | 10011101 | 110100 | 100100 | 0 | 1000011 | 100110 | 1011101 | 110010 | 101001 |
Color Harmonies of #649D34
Complementary color
Monochromatic Colors of #649D34
Black with #649D34
Text Example
Text Example
White with #649D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D34; }
p { color: rgb(100,157,52); }
H1.HeaderClassName
{
color: #649D34;
}
.AnyTagClassName
{
color: #649D34;
}
</style>
background-color css
<style>
a { background-color: #649D34; }
a { background-color: rgb(100,157,52); }
div.DivClassName
{
background-color: #649D34;
}
.BgClassName
{
background-color: #649D34;
}
</style>
border-color css
<style>
span { border-color: #649D34; }
span { border-color: rgb(100,157,52); }
td.TdClassName
{
border-color: #649D34;
}
.TagClassName
{
border-color: #649D34;
}
</style>