Shades of Limeade #609828
Tints of Limeade #609828
RGB
CMYK
RGB Variations
Color information
#609828 (or 0x609828) is known color: Limeade. HEX triplet: 60, 98 and 28. RGB value is (96,152,40). Sum of RGB (Red+Green+Blue) = 96+152+40=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #609828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609828 is #9F67D7. Grayscale: #7A7A7A. Windows color (decimal): -10446808 or 2660448. OLE color: 2660448.
HSL color Cylindrical-coordinate representation of color #609828: hue angle of 90º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #609828 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 40 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.40 |
| HSL | 90º | 0.58% | 0.38% | - |
| HSV(B) | 90º | 0.74% | 0.6% | - |
| XYZ | 16.44 | 25.1 | 5.99 | - |
| YUV | 122.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 40 | 0.37 | 0 | 0.74 | 0.40 | 90 | 0.58 | 0.38 |
| Hex | 60 | 98 | 28 | 25 | 0 | 4A | 28 | 5A | 3A | 26 |
| Octal | 140 | 230 | 50 | 45 | 0 | 112 | 50 | 132 | 72 | 46 |
| Binary | 1100000 | 10011000 | 101000 | 100101 | 0 | 1001010 | 101000 | 1011010 | 111010 | 100110 |
Color Harmonies of #609828
Complementary color
Monochromatic Colors of #609828
Black with #609828
Text Example
Text Example
White with #609828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609828; }
p { color: rgb(96,152,40); }
H1.HeaderClassName
{
color: #609828;
}
.AnyTagClassName
{
color: #609828;
}
</style>
background-color css
<style>
a { background-color: #609828; }
a { background-color: rgb(96,152,40); }
div.DivClassName
{
background-color: #609828;
}
.BgClassName
{
background-color: #609828;
}
</style>
border-color css
<style>
span { border-color: #609828; }
span { border-color: rgb(96,152,40); }
td.TdClassName
{
border-color: #609828;
}
.TagClassName
{
border-color: #609828;
}
</style>