Shades of Kelly Green #5BBC2F
Tints of Kelly Green #5BBC2F
RGB
CMYK
RGB Variations
Color information
#5BBC2F (or 0x5BBC2F) is known color: Kelly Green. HEX triplet: 5B, BC and 2F. RGB value is (91,188,47). Sum of RGB (Red+Green+Blue) = 91+188+47=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC2F is #A443D0. Grayscale: #8F8F8F. Windows color (decimal): -10765265 or 3128411. OLE color: 3128411.
HSL color Cylindrical-coordinate representation of color #5BBC2F: hue angle of 101.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BBC2F is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 47 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.26 |
| HSL | 101.28º | 0.6% | 0.46% | - |
| HSV(B) | 101.28º | 0.75% | 0.74% | - |
| XYZ | 22.81 | 38.4 | 8.9 | - |
| YUV | 142.92 | 73.86 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 47 | 0.52 | 0 | 0.75 | 0.26 | 101.28 | 0.6 | 0.46 |
| Hex | 5B | BC | 2F | 34 | 0 | 4B | 1A | 65 | 3C | 2E |
| Octal | 133 | 274 | 57 | 64 | 0 | 113 | 32 | 145 | 74 | 56 |
| Binary | 1011011 | 10111100 | 101111 | 110100 | 0 | 1001011 | 11010 | 1100101 | 111100 | 101110 |
Color Harmonies of #5BBC2F
Complementary color
Monochromatic Colors of #5BBC2F
Black with #5BBC2F
Text Example
Text Example
White with #5BBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC2F; }
p { color: rgb(91,188,47); }
H1.HeaderClassName
{
color: #5BBC2F;
}
.AnyTagClassName
{
color: #5BBC2F;
}
</style>
background-color css
<style>
a { background-color: #5BBC2F; }
a { background-color: rgb(91,188,47); }
div.DivClassName
{
background-color: #5BBC2F;
}
.BgClassName
{
background-color: #5BBC2F;
}
</style>
border-color css
<style>
span { border-color: #5BBC2F; }
span { border-color: rgb(91,188,47); }
td.TdClassName
{
border-color: #5BBC2F;
}
.TagClassName
{
border-color: #5BBC2F;
}
</style>