Shades of Kelly Green #5BBC10
Tints of Kelly Green #5BBC10
RGB
CMYK
RGB Variations
Color information
#5BBC10 (or 0x5BBC10) is known color: Kelly Green. HEX triplet: 5B, BC and 10. RGB value is (91,188,16). Sum of RGB (Red+Green+Blue) = 91+188+16=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BBC10 is #A443EF. Grayscale: #8B8B8B. Windows color (decimal): -10765296 or 1096795. OLE color: 1096795.
HSL color Cylindrical-coordinate representation of color #5BBC10: hue angle of 93.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5BBC10 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 16 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.26 |
| HSL | 93.84º | 0.84% | 0.4% | - |
| HSV(B) | 93.84º | 0.91% | 0.74% | - |
| XYZ | 22.39 | 38.23 | 6.69 | - |
| YUV | 139.39 | 58.36 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 16 | 0.52 | 0 | 0.91 | 0.26 | 93.84 | 0.84 | 0.4 |
| Hex | 5B | BC | 10 | 34 | 0 | 5B | 1A | 5E | 54 | 28 |
| Octal | 133 | 274 | 20 | 64 | 0 | 133 | 32 | 136 | 124 | 50 |
| Binary | 1011011 | 10111100 | 10000 | 110100 | 0 | 1011011 | 11010 | 1011110 | 1010100 | 101000 |
Color Harmonies of #5BBC10
Complementary color
Monochromatic Colors of #5BBC10
Black with #5BBC10
Text Example
Text Example
White with #5BBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC10; }
p { color: rgb(91,188,16); }
H1.HeaderClassName
{
color: #5BBC10;
}
.AnyTagClassName
{
color: #5BBC10;
}
</style>
background-color css
<style>
a { background-color: #5BBC10; }
a { background-color: rgb(91,188,16); }
div.DivClassName
{
background-color: #5BBC10;
}
.BgClassName
{
background-color: #5BBC10;
}
</style>
border-color css
<style>
span { border-color: #5BBC10; }
span { border-color: rgb(91,188,16); }
td.TdClassName
{
border-color: #5BBC10;
}
.TagClassName
{
border-color: #5BBC10;
}
</style>