Shades of Limeade #609C28
Tints of Limeade #609C28
RGB
CMYK
RGB Variations
Color information
#609C28 (or 0x609C28) is known color: Limeade. HEX triplet: 60, 9C and 28. RGB value is (96,156,40). Sum of RGB (Red+Green+Blue) = 96+156+40=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #609C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609C28 is #9F63D7. Grayscale: #7D7D7D. Windows color (decimal): -10445784 or 2661472. OLE color: 2661472.
HSL color Cylindrical-coordinate representation of color #609C28: hue angle of 91.03º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #609C28 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 40 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.39 |
| HSL | 91.03º | 0.59% | 0.38% | - |
| HSV(B) | 91.03º | 0.74% | 0.61% | - |
| XYZ | 17.1 | 26.42 | 6.21 | - |
| YUV | 124.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 40 | 0.38 | 0 | 0.74 | 0.39 | 91.03 | 0.59 | 0.38 |
| Hex | 60 | 9C | 28 | 26 | 0 | 4A | 27 | 5B | 3B | 26 |
| Octal | 140 | 234 | 50 | 46 | 0 | 112 | 47 | 133 | 73 | 46 |
| Binary | 1100000 | 10011100 | 101000 | 100110 | 0 | 1001010 | 100111 | 1011011 | 111011 | 100110 |
Color Harmonies of #609C28
Complementary color
Monochromatic Colors of #609C28
Black with #609C28
Text Example
Text Example
White with #609C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C28; }
p { color: rgb(96,156,40); }
H1.HeaderClassName
{
color: #609C28;
}
.AnyTagClassName
{
color: #609C28;
}
</style>
background-color css
<style>
a { background-color: #609C28; }
a { background-color: rgb(96,156,40); }
div.DivClassName
{
background-color: #609C28;
}
.BgClassName
{
background-color: #609C28;
}
</style>
border-color css
<style>
span { border-color: #609C28; }
span { border-color: rgb(96,156,40); }
td.TdClassName
{
border-color: #609C28;
}
.TagClassName
{
border-color: #609C28;
}
</style>