Shades of Kelly Green #5BC116
Tints of Kelly Green #5BC116
RGB
CMYK
RGB Variations
Color information
#5BC116 (or 0x5BC116) is known color: Kelly Green. HEX triplet: 5B, C1 and 16. RGB value is (91,193,22). Sum of RGB (Red+Green+Blue) = 91+193+22=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC116 is #A43EE9. Grayscale: #8F8F8F. Windows color (decimal): -10764010 or 1491291. OLE color: 1491291.
HSL color Cylindrical-coordinate representation of color #5BC116: hue angle of 95.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5BC116 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 22 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.24 |
| HSL | 95.79º | 0.8% | 0.42% | - |
| HSV(B) | 95.79º | 0.89% | 0.76% | - |
| XYZ | 23.53 | 40.42 | 7.32 | - |
| YUV | 143.01 | 59.71 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 22 | 0.53 | 0 | 0.89 | 0.24 | 95.79 | 0.8 | 0.42 |
| Hex | 5B | C1 | 16 | 35 | 0 | 59 | 18 | 60 | 50 | 2A |
| Octal | 133 | 301 | 26 | 65 | 0 | 131 | 30 | 140 | 120 | 52 |
| Binary | 1011011 | 11000001 | 10110 | 110101 | 0 | 1011001 | 11000 | 1100000 | 1010000 | 101010 |
Color Harmonies of #5BC116
Complementary color
Monochromatic Colors of #5BC116
Black with #5BC116
Text Example
Text Example
White with #5BC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC116; }
p { color: rgb(91,193,22); }
H1.HeaderClassName
{
color: #5BC116;
}
.AnyTagClassName
{
color: #5BC116;
}
</style>
background-color css
<style>
a { background-color: #5BC116; }
a { background-color: rgb(91,193,22); }
div.DivClassName
{
background-color: #5BC116;
}
.BgClassName
{
background-color: #5BC116;
}
</style>
border-color css
<style>
span { border-color: #5BC116; }
span { border-color: rgb(91,193,22); }
td.TdClassName
{
border-color: #5BC116;
}
.TagClassName
{
border-color: #5BC116;
}
</style>