Shades of Kelly Green #5BBC2A
Tints of Kelly Green #5BBC2A
RGB
CMYK
RGB Variations
Color information
#5BBC2A (or 0x5BBC2A) is known color: Kelly Green. HEX triplet: 5B, BC and 2A. RGB value is (91,188,42). Sum of RGB (Red+Green+Blue) = 91+188+42=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC2A is #A443D5. Grayscale: #8E8E8E. Windows color (decimal): -10765270 or 2800731. OLE color: 2800731.
HSL color Cylindrical-coordinate representation of color #5BBC2A: hue angle of 99.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5BBC2A is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 42 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.26 |
| HSL | 99.86º | 0.63% | 0.45% | - |
| HSV(B) | 99.86º | 0.78% | 0.74% | - |
| XYZ | 22.72 | 38.36 | 8.4 | - |
| YUV | 142.35 | 71.36 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 42 | 0.52 | 0 | 0.78 | 0.26 | 99.86 | 0.63 | 0.45 |
| Hex | 5B | BC | 2A | 34 | 0 | 4E | 1A | 64 | 3F | 2D |
| Octal | 133 | 274 | 52 | 64 | 0 | 116 | 32 | 144 | 77 | 55 |
| Binary | 1011011 | 10111100 | 101010 | 110100 | 0 | 1001110 | 11010 | 1100100 | 111111 | 101101 |
Color Harmonies of #5BBC2A
Complementary color
Monochromatic Colors of #5BBC2A
Black with #5BBC2A
Text Example
Text Example
White with #5BBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC2A; }
p { color: rgb(91,188,42); }
H1.HeaderClassName
{
color: #5BBC2A;
}
.AnyTagClassName
{
color: #5BBC2A;
}
</style>
background-color css
<style>
a { background-color: #5BBC2A; }
a { background-color: rgb(91,188,42); }
div.DivClassName
{
background-color: #5BBC2A;
}
.BgClassName
{
background-color: #5BBC2A;
}
</style>
border-color css
<style>
span { border-color: #5BBC2A; }
span { border-color: rgb(91,188,42); }
td.TdClassName
{
border-color: #5BBC2A;
}
.TagClassName
{
border-color: #5BBC2A;
}
</style>