Shades of Limeade #609F21
Tints of Limeade #609F21
RGB
CMYK
RGB Variations
Color information
#609F21 (or 0x609F21) is known color: Limeade. HEX triplet: 60, 9F and 21. RGB value is (96,159,33). Sum of RGB (Red+Green+Blue) = 96+159+33=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #609F21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609F21 is #9F60DE. Grayscale: #7E7E7E. Windows color (decimal): -10445023 or 2203488. OLE color: 2203488.
HSL color Cylindrical-coordinate representation of color #609F21: hue angle of 90º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #609F21 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 33 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.38 |
| HSL | 90º | 0.66% | 0.38% | - |
| HSV(B) | 90º | 0.79% | 0.62% | - |
| XYZ | 17.5 | 27.39 | 5.8 | - |
| YUV | 125.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 33 | 0.40 | 0 | 0.79 | 0.38 | 90 | 0.66 | 0.38 |
| Hex | 60 | 9F | 21 | 28 | 0 | 4F | 26 | 5A | 42 | 26 |
| Octal | 140 | 237 | 41 | 50 | 0 | 117 | 46 | 132 | 102 | 46 |
| Binary | 1100000 | 10011111 | 100001 | 101000 | 0 | 1001111 | 100110 | 1011010 | 1000010 | 100110 |
Color Harmonies of #609F21
Complementary color
Monochromatic Colors of #609F21
Black with #609F21
Text Example
Text Example
White with #609F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F21; }
p { color: rgb(96,159,33); }
H1.HeaderClassName
{
color: #609F21;
}
.AnyTagClassName
{
color: #609F21;
}
</style>
background-color css
<style>
a { background-color: #609F21; }
a { background-color: rgb(96,159,33); }
div.DivClassName
{
background-color: #609F21;
}
.BgClassName
{
background-color: #609F21;
}
</style>
border-color css
<style>
span { border-color: #609F21; }
span { border-color: rgb(96,159,33); }
td.TdClassName
{
border-color: #609F21;
}
.TagClassName
{
border-color: #609F21;
}
</style>