Shades of Kelly Green #5BC216
Tints of Kelly Green #5BC216
RGB
CMYK
RGB Variations
Color information
#5BC216 (or 0x5BC216) is known color: Kelly Green. HEX triplet: 5B, C2 and 16. RGB value is (91,194,22). Sum of RGB (Red+Green+Blue) = 91+194+22=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC216 is #A43DE9. Grayscale: #909090. Windows color (decimal): -10763754 or 1491547. OLE color: 1491547.
HSL color Cylindrical-coordinate representation of color #5BC216: hue angle of 95.93º 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 #5BC216 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 22 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.24 |
| HSL | 95.93º | 0.8% | 0.42% | - |
| HSV(B) | 95.93º | 0.89% | 0.76% | - |
| XYZ | 23.75 | 40.87 | 7.4 | - |
| YUV | 143.6 | 59.38 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 22 | 0.53 | 0 | 0.89 | 0.24 | 95.93 | 0.8 | 0.42 |
| Hex | 5B | C2 | 16 | 35 | 0 | 59 | 18 | 60 | 50 | 2A |
| Octal | 133 | 302 | 26 | 65 | 0 | 131 | 30 | 140 | 120 | 52 |
| Binary | 1011011 | 11000010 | 10110 | 110101 | 0 | 1011001 | 11000 | 1100000 | 1010000 | 101010 |
Color Harmonies of #5BC216
Complementary color
Monochromatic Colors of #5BC216
Black with #5BC216
Text Example
Text Example
White with #5BC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC216; }
p { color: rgb(91,194,22); }
H1.HeaderClassName
{
color: #5BC216;
}
.AnyTagClassName
{
color: #5BC216;
}
</style>
background-color css
<style>
a { background-color: #5BC216; }
a { background-color: rgb(91,194,22); }
div.DivClassName
{
background-color: #5BC216;
}
.BgClassName
{
background-color: #5BC216;
}
</style>
border-color css
<style>
span { border-color: #5BC216; }
span { border-color: rgb(91,194,22); }
td.TdClassName
{
border-color: #5BC216;
}
.TagClassName
{
border-color: #5BC216;
}
</style>