Shades of Limeade #5C980B
Tints of Limeade #5C980B
RGB
CMYK
RGB Variations
Color information
#5C980B (or 0x5C980B) is known color: Limeade. HEX triplet: 5C, 98 and 0B. RGB value is (92,152,11). Sum of RGB (Red+Green+Blue) = 92+152+11=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #5C980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C980B is #A367F4. Grayscale: #767676. Windows color (decimal): -10708981 or 759900. OLE color: 759900.
HSL color Cylindrical-coordinate representation of color #5C980B: hue angle of 85.53º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C980B is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 11 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.40 |
| HSL | 85.53º | 0.87% | 0.32% | - |
| HSV(B) | 85.53º | 0.93% | 0.6% | - |
| XYZ | 15.7 | 24.76 | 4.27 | - |
| YUV | 117.99 | 67.62 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 11 | 0.39 | 0 | 0.93 | 0.40 | 85.53 | 0.87 | 0.32 |
| Hex | 5C | 98 | B | 27 | 0 | 5D | 28 | 56 | 57 | 20 |
| Octal | 134 | 230 | 13 | 47 | 0 | 135 | 50 | 126 | 127 | 40 |
| Binary | 1011100 | 10011000 | 1011 | 100111 | 0 | 1011101 | 101000 | 1010110 | 1010111 | 100000 |
Color Harmonies of #5C980B
Complementary color
Monochromatic Colors of #5C980B
Black with #5C980B
Text Example
Text Example
White with #5C980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C980B; }
p { color: rgb(92,152,11); }
H1.HeaderClassName
{
color: #5C980B;
}
.AnyTagClassName
{
color: #5C980B;
}
</style>
background-color css
<style>
a { background-color: #5C980B; }
a { background-color: rgb(92,152,11); }
div.DivClassName
{
background-color: #5C980B;
}
.BgClassName
{
background-color: #5C980B;
}
</style>
border-color css
<style>
span { border-color: #5C980B; }
span { border-color: rgb(92,152,11); }
td.TdClassName
{
border-color: #5C980B;
}
.TagClassName
{
border-color: #5C980B;
}
</style>