Shades of Kelly Green #5CBA10
Tints of Kelly Green #5CBA10
RGB
CMYK
RGB Variations
Color information
#5CBA10 (or 0x5CBA10) is known color: Kelly Green. HEX triplet: 5C, BA and 10. RGB value is (92,186,16). Sum of RGB (Red+Green+Blue) = 92+186+16=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBA10 is #A345EF. Grayscale: #8B8B8B. Windows color (decimal): -10700272 or 1096284. OLE color: 1096284.
HSL color Cylindrical-coordinate representation of color #5CBA10: hue angle of 93.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5CBA10 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 16 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.27 |
| HSL | 93.18º | 0.84% | 0.4% | - |
| HSV(B) | 93.18º | 0.91% | 0.73% | - |
| XYZ | 22.07 | 37.43 | 6.55 | - |
| YUV | 138.51 | 58.86 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 16 | 0.51 | 0 | 0.91 | 0.27 | 93.18 | 0.84 | 0.4 |
| Hex | 5C | BA | 10 | 33 | 0 | 5B | 1B | 5D | 54 | 28 |
| Octal | 134 | 272 | 20 | 63 | 0 | 133 | 33 | 135 | 124 | 50 |
| Binary | 1011100 | 10111010 | 10000 | 110011 | 0 | 1011011 | 11011 | 1011101 | 1010100 | 101000 |
Color Harmonies of #5CBA10
Complementary color
Monochromatic Colors of #5CBA10
Black with #5CBA10
Text Example
Text Example
White with #5CBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA10; }
p { color: rgb(92,186,16); }
H1.HeaderClassName
{
color: #5CBA10;
}
.AnyTagClassName
{
color: #5CBA10;
}
</style>
background-color css
<style>
a { background-color: #5CBA10; }
a { background-color: rgb(92,186,16); }
div.DivClassName
{
background-color: #5CBA10;
}
.BgClassName
{
background-color: #5CBA10;
}
</style>
border-color css
<style>
span { border-color: #5CBA10; }
span { border-color: rgb(92,186,16); }
td.TdClassName
{
border-color: #5CBA10;
}
.TagClassName
{
border-color: #5CBA10;
}
</style>