Shades of Limeade #649B34
Tints of Limeade #649B34
RGB
CMYK
RGB Variations
Color information
#649B34 (or 0x649B34) is known color: Limeade. HEX triplet: 64, 9B and 34. RGB value is (100,155,52). Sum of RGB (Red+Green+Blue) = 100+155+52=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #649B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B34 is #9B64CB. Grayscale: #7F7F7F. Windows color (decimal): -10183884 or 3447652. OLE color: 3447652.
HSL color Cylindrical-coordinate representation of color #649B34: hue angle of 92.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #649B34 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 52 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.39 |
| HSL | 92.04º | 0.5% | 0.41% | - |
| HSV(B) | 92.04º | 0.66% | 0.61% | - |
| XYZ | 17.6 | 26.4 | 7.42 | - |
| YUV | 126.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 52 | 0.35 | 0 | 0.66 | 0.39 | 92.04 | 0.5 | 0.41 |
| Hex | 64 | 9B | 34 | 23 | 0 | 42 | 27 | 5C | 32 | 29 |
| Octal | 144 | 233 | 64 | 43 | 0 | 102 | 47 | 134 | 62 | 51 |
| Binary | 1100100 | 10011011 | 110100 | 100011 | 0 | 1000010 | 100111 | 1011100 | 110010 | 101001 |
Color Harmonies of #649B34
Complementary color
Monochromatic Colors of #649B34
Black with #649B34
Text Example
Text Example
White with #649B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B34; }
p { color: rgb(100,155,52); }
H1.HeaderClassName
{
color: #649B34;
}
.AnyTagClassName
{
color: #649B34;
}
</style>
background-color css
<style>
a { background-color: #649B34; }
a { background-color: rgb(100,155,52); }
div.DivClassName
{
background-color: #649B34;
}
.BgClassName
{
background-color: #649B34;
}
</style>
border-color css
<style>
span { border-color: #649B34; }
span { border-color: rgb(100,155,52); }
td.TdClassName
{
border-color: #649B34;
}
.TagClassName
{
border-color: #649B34;
}
</style>