Shades of Limeade #5C971B
Tints of Limeade #5C971B
RGB
CMYK
RGB Variations
Color information
#5C971B (or 0x5C971B) is known color: Limeade. HEX triplet: 5C, 97 and 1B. RGB value is (92,151,27). Sum of RGB (Red+Green+Blue) = 92+151+27=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #5C971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C971B is #A368E4. Grayscale: #777777. Windows color (decimal): -10709221 or 1808220. OLE color: 1808220.
HSL color Cylindrical-coordinate representation of color #5C971B: hue angle of 88.55º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C971B is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 27 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.41 |
| HSL | 88.55º | 0.7% | 0.35% | - |
| HSV(B) | 88.55º | 0.82% | 0.59% | - |
| XYZ | 15.68 | 24.49 | 4.94 | - |
| YUV | 119.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 27 | 0.39 | 0 | 0.82 | 0.41 | 88.55 | 0.7 | 0.35 |
| Hex | 5C | 97 | 1B | 27 | 0 | 52 | 29 | 59 | 46 | 23 |
| Octal | 134 | 227 | 33 | 47 | 0 | 122 | 51 | 131 | 106 | 43 |
| Binary | 1011100 | 10010111 | 11011 | 100111 | 0 | 1010010 | 101001 | 1011001 | 1000110 | 100011 |
Color Harmonies of #5C971B
Complementary color
Monochromatic Colors of #5C971B
Black with #5C971B
Text Example
Text Example
White with #5C971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C971B; }
p { color: rgb(92,151,27); }
H1.HeaderClassName
{
color: #5C971B;
}
.AnyTagClassName
{
color: #5C971B;
}
</style>
background-color css
<style>
a { background-color: #5C971B; }
a { background-color: rgb(92,151,27); }
div.DivClassName
{
background-color: #5C971B;
}
.BgClassName
{
background-color: #5C971B;
}
</style>
border-color css
<style>
span { border-color: #5C971B; }
span { border-color: rgb(92,151,27); }
td.TdClassName
{
border-color: #5C971B;
}
.TagClassName
{
border-color: #5C971B;
}
</style>