Shades of Kelly Green #5BBC12
Tints of Kelly Green #5BBC12
RGB
CMYK
RGB Variations
Color information
#5BBC12 (or 0x5BBC12) is known color: Kelly Green. HEX triplet: 5B, BC and 12. RGB value is (91,188,18). Sum of RGB (Red+Green+Blue) = 91+188+18=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BBC12 is #A443ED. Grayscale: #8C8C8C. Windows color (decimal): -10765294 or 1227867. OLE color: 1227867.
HSL color Cylindrical-coordinate representation of color #5BBC12: hue angle of 94.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5BBC12 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 18 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.26 |
| HSL | 94.24º | 0.83% | 0.4% | - |
| HSV(B) | 94.24º | 0.9% | 0.74% | - |
| XYZ | 22.41 | 38.23 | 6.77 | - |
| YUV | 139.62 | 59.36 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 18 | 0.52 | 0 | 0.90 | 0.26 | 94.24 | 0.83 | 0.4 |
| Hex | 5B | BC | 12 | 34 | 0 | 5A | 1A | 5E | 53 | 28 |
| Octal | 133 | 274 | 22 | 64 | 0 | 132 | 32 | 136 | 123 | 50 |
| Binary | 1011011 | 10111100 | 10010 | 110100 | 0 | 1011010 | 11010 | 1011110 | 1010011 | 101000 |
Color Harmonies of #5BBC12
Complementary color
Monochromatic Colors of #5BBC12
Black with #5BBC12
Text Example
Text Example
White with #5BBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC12; }
p { color: rgb(91,188,18); }
H1.HeaderClassName
{
color: #5BBC12;
}
.AnyTagClassName
{
color: #5BBC12;
}
</style>
background-color css
<style>
a { background-color: #5BBC12; }
a { background-color: rgb(91,188,18); }
div.DivClassName
{
background-color: #5BBC12;
}
.BgClassName
{
background-color: #5BBC12;
}
</style>
border-color css
<style>
span { border-color: #5BBC12; }
span { border-color: rgb(91,188,18); }
td.TdClassName
{
border-color: #5BBC12;
}
.TagClassName
{
border-color: #5BBC12;
}
</style>