Shades of Limeade #5C9915
Tints of Limeade #5C9915
RGB
CMYK
RGB Variations
Color information
#5C9915 (or 0x5C9915) is known color: Limeade. HEX triplet: 5C, 99 and 15. RGB value is (92,153,21). Sum of RGB (Red+Green+Blue) = 92+153+21=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9915 is #A366EA. Grayscale: #787878. Windows color (decimal): -10708715 or 1415516. OLE color: 1415516.
HSL color Cylindrical-coordinate representation of color #5C9915: hue angle of 87.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C9915 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 21 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.4 |
| HSL | 87.73º | 0.76% | 0.34% | - |
| HSV(B) | 87.73º | 0.86% | 0.6% | - |
| XYZ | 15.94 | 25.11 | 4.72 | - |
| YUV | 119.71 | 72.29 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 21 | 0.40 | 0 | 0.86 | 0.4 | 87.73 | 0.76 | 0.34 |
| Hex | 5C | 99 | 15 | 28 | 0 | 56 | 28 | 58 | 4C | 22 |
| Octal | 134 | 231 | 25 | 50 | 0 | 126 | 50 | 130 | 114 | 42 |
| Binary | 1011100 | 10011001 | 10101 | 101000 | 0 | 1010110 | 101000 | 1011000 | 1001100 | 100010 |
Color Harmonies of #5C9915
Complementary color
Monochromatic Colors of #5C9915
Black with #5C9915
Text Example
Text Example
White with #5C9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9915; }
p { color: rgb(92,153,21); }
H1.HeaderClassName
{
color: #5C9915;
}
.AnyTagClassName
{
color: #5C9915;
}
</style>
background-color css
<style>
a { background-color: #5C9915; }
a { background-color: rgb(92,153,21); }
div.DivClassName
{
background-color: #5C9915;
}
.BgClassName
{
background-color: #5C9915;
}
</style>
border-color css
<style>
span { border-color: #5C9915; }
span { border-color: rgb(92,153,21); }
td.TdClassName
{
border-color: #5C9915;
}
.TagClassName
{
border-color: #5C9915;
}
</style>