Shades of Kelly Green #5BBC1B
Tints of Kelly Green #5BBC1B
RGB
CMYK
RGB Variations
Color information
#5BBC1B (or 0x5BBC1B) is known color: Kelly Green. HEX triplet: 5B, BC and 1B. RGB value is (91,188,27). Sum of RGB (Red+Green+Blue) = 91+188+27=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC1B is #A443E4. Grayscale: #8D8D8D. Windows color (decimal): -10765285 or 1817691. OLE color: 1817691.
HSL color Cylindrical-coordinate representation of color #5BBC1B: hue angle of 96.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5BBC1B is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 27 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.26 |
| HSL | 96.15º | 0.75% | 0.42% | - |
| HSV(B) | 96.15º | 0.86% | 0.74% | - |
| XYZ | 22.5 | 38.27 | 7.24 | - |
| YUV | 140.64 | 63.86 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 27 | 0.52 | 0 | 0.86 | 0.26 | 96.15 | 0.75 | 0.42 |
| Hex | 5B | BC | 1B | 34 | 0 | 56 | 1A | 60 | 4B | 2A |
| Octal | 133 | 274 | 33 | 64 | 0 | 126 | 32 | 140 | 113 | 52 |
| Binary | 1011011 | 10111100 | 11011 | 110100 | 0 | 1010110 | 11010 | 1100000 | 1001011 | 101010 |
Color Harmonies of #5BBC1B
Complementary color
Monochromatic Colors of #5BBC1B
Black with #5BBC1B
Text Example
Text Example
White with #5BBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC1B; }
p { color: rgb(91,188,27); }
H1.HeaderClassName
{
color: #5BBC1B;
}
.AnyTagClassName
{
color: #5BBC1B;
}
</style>
background-color css
<style>
a { background-color: #5BBC1B; }
a { background-color: rgb(91,188,27); }
div.DivClassName
{
background-color: #5BBC1B;
}
.BgClassName
{
background-color: #5BBC1B;
}
</style>
border-color css
<style>
span { border-color: #5BBC1B; }
span { border-color: rgb(91,188,27); }
td.TdClassName
{
border-color: #5BBC1B;
}
.TagClassName
{
border-color: #5BBC1B;
}
</style>