Shades of Kelly Green #5BBC1F
Tints of Kelly Green #5BBC1F
RGB
CMYK
RGB Variations
Color information
#5BBC1F (or 0x5BBC1F) is known color: Kelly Green. HEX triplet: 5B, BC and 1F. RGB value is (91,188,31). Sum of RGB (Red+Green+Blue) = 91+188+31=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC1F is #A443E0. Grayscale: #8D8D8D. Windows color (decimal): -10765281 or 2079835. OLE color: 2079835.
HSL color Cylindrical-coordinate representation of color #5BBC1F: hue angle of 97.07º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5BBC1F is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 31 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.26 |
| HSL | 97.07º | 0.72% | 0.43% | - |
| HSV(B) | 97.07º | 0.84% | 0.74% | - |
| XYZ | 22.54 | 38.29 | 7.5 | - |
| YUV | 141.1 | 65.86 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 31 | 0.52 | 0 | 0.84 | 0.26 | 97.07 | 0.72 | 0.43 |
| Hex | 5B | BC | 1F | 34 | 0 | 54 | 1A | 61 | 48 | 2B |
| Octal | 133 | 274 | 37 | 64 | 0 | 124 | 32 | 141 | 110 | 53 |
| Binary | 1011011 | 10111100 | 11111 | 110100 | 0 | 1010100 | 11010 | 1100001 | 1001000 | 101011 |
Color Harmonies of #5BBC1F
Complementary color
Monochromatic Colors of #5BBC1F
Black with #5BBC1F
Text Example
Text Example
White with #5BBC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC1F; }
p { color: rgb(91,188,31); }
H1.HeaderClassName
{
color: #5BBC1F;
}
.AnyTagClassName
{
color: #5BBC1F;
}
</style>
background-color css
<style>
a { background-color: #5BBC1F; }
a { background-color: rgb(91,188,31); }
div.DivClassName
{
background-color: #5BBC1F;
}
.BgClassName
{
background-color: #5BBC1F;
}
</style>
border-color css
<style>
span { border-color: #5BBC1F; }
span { border-color: rgb(91,188,31); }
td.TdClassName
{
border-color: #5BBC1F;
}
.TagClassName
{
border-color: #5BBC1F;
}
</style>