Shades of Kelly Green #5CB500
Tints of Kelly Green #5CB500
RGB
CMYK
RGB Variations
Color information
#5CB500 (or 0x5CB500) is known color: Kelly Green. HEX triplet: 5C, B5 and 00. RGB value is (92,181,0). Sum of RGB (Red+Green+Blue) = 92+181+0=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CB500 is #A34AFF. Grayscale: #868686. Windows color (decimal): -10701568 or 46428. OLE color: 46428.
HSL color Cylindrical-coordinate representation of color #5CB500: hue angle of 89.5º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CB500 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.29 |
| HSL | 89.5º | 1% | 0.35% | - |
| HSV(B) | 89.5º | 1% | 0.71% | - |
| XYZ | 20.94 | 35.32 | 5.71 | - |
| YUV | 133.76 | 52.51 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 0 | 0.49 | 0 | 1 | 0.29 | 89.5 | 1 | 0.35 |
| Hex | 5C | B5 | 0 | 31 | 0 | 64 | 1D | 5A | 64 | 23 |
| Octal | 134 | 265 | 0 | 61 | 0 | 144 | 35 | 132 | 144 | 43 |
| Binary | 1011100 | 10110101 | 0 | 110001 | 0 | 1100100 | 11101 | 1011010 | 1100100 | 100011 |
Color Harmonies of #5CB500
Complementary color
Monochromatic Colors of #5CB500
Black with #5CB500
Text Example
Text Example
White with #5CB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB500; }
p { color: rgb(92,181,0); }
H1.HeaderClassName
{
color: #5CB500;
}
.AnyTagClassName
{
color: #5CB500;
}
</style>
background-color css
<style>
a { background-color: #5CB500; }
a { background-color: rgb(92,181,0); }
div.DivClassName
{
background-color: #5CB500;
}
.BgClassName
{
background-color: #5CB500;
}
</style>
border-color css
<style>
span { border-color: #5CB500; }
span { border-color: rgb(92,181,0); }
td.TdClassName
{
border-color: #5CB500;
}
.TagClassName
{
border-color: #5CB500;
}
</style>