Shades of Limeade #5C970F
Tints of Limeade #5C970F
RGB
CMYK
RGB Variations
Color information
#5C970F (or 0x5C970F) is known color: Limeade. HEX triplet: 5C, 97 and 0F. RGB value is (92,151,15). Sum of RGB (Red+Green+Blue) = 92+151+15=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #5C970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C970F is #A368F0. Grayscale: #767676. Windows color (decimal): -10709233 or 1021788. OLE color: 1021788.
HSL color Cylindrical-coordinate representation of color #5C970F: hue angle of 86.03º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C970F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 15 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.41 |
| HSL | 86.03º | 0.82% | 0.33% | - |
| HSV(B) | 86.03º | 0.9% | 0.59% | - |
| XYZ | 15.57 | 24.44 | 4.35 | - |
| YUV | 117.86 | 69.95 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 15 | 0.39 | 0 | 0.90 | 0.41 | 86.03 | 0.82 | 0.33 |
| Hex | 5C | 97 | F | 27 | 0 | 5A | 29 | 56 | 52 | 21 |
| Octal | 134 | 227 | 17 | 47 | 0 | 132 | 51 | 126 | 122 | 41 |
| Binary | 1011100 | 10010111 | 1111 | 100111 | 0 | 1011010 | 101001 | 1010110 | 1010010 | 100001 |
Color Harmonies of #5C970F
Complementary color
Monochromatic Colors of #5C970F
Black with #5C970F
Text Example
Text Example
White with #5C970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C970F; }
p { color: rgb(92,151,15); }
H1.HeaderClassName
{
color: #5C970F;
}
.AnyTagClassName
{
color: #5C970F;
}
</style>
background-color css
<style>
a { background-color: #5C970F; }
a { background-color: rgb(92,151,15); }
div.DivClassName
{
background-color: #5C970F;
}
.BgClassName
{
background-color: #5C970F;
}
</style>
border-color css
<style>
span { border-color: #5C970F; }
span { border-color: rgb(92,151,15); }
td.TdClassName
{
border-color: #5C970F;
}
.TagClassName
{
border-color: #5C970F;
}
</style>