Shades of Limeade #5C9715
Tints of Limeade #5C9715
RGB
CMYK
RGB Variations
Color information
#5C9715 (or 0x5C9715) is known color: Limeade. HEX triplet: 5C, 97 and 15. RGB value is (92,151,21). Sum of RGB (Red+Green+Blue) = 92+151+21=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #5C9715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9715 is #A368EA. Grayscale: #767676. Windows color (decimal): -10709227 or 1415004. OLE color: 1415004.
HSL color Cylindrical-coordinate representation of color #5C9715: hue angle of 87.23º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C9715 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 21 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.41 |
| HSL | 87.23º | 0.76% | 0.34% | - |
| HSV(B) | 87.23º | 0.86% | 0.59% | - |
| XYZ | 15.62 | 24.46 | 4.61 | - |
| YUV | 118.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 21 | 0.39 | 0 | 0.86 | 0.41 | 87.23 | 0.76 | 0.34 |
| Hex | 5C | 97 | 15 | 27 | 0 | 56 | 29 | 57 | 4C | 22 |
| Octal | 134 | 227 | 25 | 47 | 0 | 126 | 51 | 127 | 114 | 42 |
| Binary | 1011100 | 10010111 | 10101 | 100111 | 0 | 1010110 | 101001 | 1010111 | 1001100 | 100010 |
Color Harmonies of #5C9715
Complementary color
Monochromatic Colors of #5C9715
Black with #5C9715
Text Example
Text Example
White with #5C9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9715; }
p { color: rgb(92,151,21); }
H1.HeaderClassName
{
color: #5C9715;
}
.AnyTagClassName
{
color: #5C9715;
}
</style>
background-color css
<style>
a { background-color: #5C9715; }
a { background-color: rgb(92,151,21); }
div.DivClassName
{
background-color: #5C9715;
}
.BgClassName
{
background-color: #5C9715;
}
</style>
border-color css
<style>
span { border-color: #5C9715; }
span { border-color: rgb(92,151,21); }
td.TdClassName
{
border-color: #5C9715;
}
.TagClassName
{
border-color: #5C9715;
}
</style>