Shades of Limeade #5C980F
Tints of Limeade #5C980F
RGB
CMYK
RGB Variations
Color information
#5C980F (or 0x5C980F) is known color: Limeade. HEX triplet: 5C, 98 and 0F. RGB value is (92,152,15). Sum of RGB (Red+Green+Blue) = 92+152+15=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #5C980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C980F is #A367F0. Grayscale: #767676. Windows color (decimal): -10708977 or 1022044. OLE color: 1022044.
HSL color Cylindrical-coordinate representation of color #5C980F: hue angle of 86.28º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C980F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 15 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.40 |
| HSL | 86.28º | 0.82% | 0.33% | - |
| HSV(B) | 86.28º | 0.9% | 0.6% | - |
| XYZ | 15.73 | 24.77 | 4.4 | - |
| YUV | 118.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 15 | 0.39 | 0 | 0.90 | 0.40 | 86.28 | 0.82 | 0.33 |
| Hex | 5C | 98 | F | 27 | 0 | 5A | 28 | 56 | 52 | 21 |
| Octal | 134 | 230 | 17 | 47 | 0 | 132 | 50 | 126 | 122 | 41 |
| Binary | 1011100 | 10011000 | 1111 | 100111 | 0 | 1011010 | 101000 | 1010110 | 1010010 | 100001 |
Color Harmonies of #5C980F
Complementary color
Monochromatic Colors of #5C980F
Black with #5C980F
Text Example
Text Example
White with #5C980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C980F; }
p { color: rgb(92,152,15); }
H1.HeaderClassName
{
color: #5C980F;
}
.AnyTagClassName
{
color: #5C980F;
}
</style>
background-color css
<style>
a { background-color: #5C980F; }
a { background-color: rgb(92,152,15); }
div.DivClassName
{
background-color: #5C980F;
}
.BgClassName
{
background-color: #5C980F;
}
</style>
border-color css
<style>
span { border-color: #5C980F; }
span { border-color: rgb(92,152,15); }
td.TdClassName
{
border-color: #5C980F;
}
.TagClassName
{
border-color: #5C980F;
}
</style>