Shades of Limeade #609935
Tints of Limeade #609935
RGB
CMYK
RGB Variations
Color information
#609935 (or 0x609935) is known color: Limeade. HEX triplet: 60, 99 and 35. RGB value is (96,153,53). Sum of RGB (Red+Green+Blue) = 96+153+53=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #609935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609935 is #9F66CA. Grayscale: #7C7C7C. Windows color (decimal): -10446539 or 3512672. OLE color: 3512672.
HSL color Cylindrical-coordinate representation of color #609935: hue angle of 94.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #609935 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 53 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.4 |
| HSL | 94.2º | 0.49% | 0.4% | - |
| HSV(B) | 94.2º | 0.65% | 0.6% | - |
| XYZ | 16.86 | 25.53 | 7.41 | - |
| YUV | 124.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 53 | 0.37 | 0 | 0.65 | 0.4 | 94.2 | 0.49 | 0.4 |
| Hex | 60 | 99 | 35 | 25 | 0 | 41 | 28 | 5E | 31 | 28 |
| Octal | 140 | 231 | 65 | 45 | 0 | 101 | 50 | 136 | 61 | 50 |
| Binary | 1100000 | 10011001 | 110101 | 100101 | 0 | 1000001 | 101000 | 1011110 | 110001 | 101000 |
Color Harmonies of #609935
Complementary color
Monochromatic Colors of #609935
Black with #609935
Text Example
Text Example
White with #609935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609935; }
p { color: rgb(96,153,53); }
H1.HeaderClassName
{
color: #609935;
}
.AnyTagClassName
{
color: #609935;
}
</style>
background-color css
<style>
a { background-color: #609935; }
a { background-color: rgb(96,153,53); }
div.DivClassName
{
background-color: #609935;
}
.BgClassName
{
background-color: #609935;
}
</style>
border-color css
<style>
span { border-color: #609935; }
span { border-color: rgb(96,153,53); }
td.TdClassName
{
border-color: #609935;
}
.TagClassName
{
border-color: #609935;
}
</style>