Shades of Kelly Green #5BBD2A
Tints of Kelly Green #5BBD2A
RGB
CMYK
RGB Variations
Color information
#5BBD2A (or 0x5BBD2A) is known color: Kelly Green. HEX triplet: 5B, BD and 2A. RGB value is (91,189,42). Sum of RGB (Red+Green+Blue) = 91+189+42=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBD2A is #A442D5. Grayscale: #8F8F8F. Windows color (decimal): -10765014 or 2800987. OLE color: 2800987.
HSL color Cylindrical-coordinate representation of color #5BBD2A: hue angle of 100º degrees, saturation: 0.64, 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 #5BBD2A is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 42 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.26 |
| HSL | 100º | 0.64% | 0.45% | - |
| HSV(B) | 100º | 0.78% | 0.74% | - |
| XYZ | 22.93 | 38.79 | 8.47 | - |
| YUV | 142.94 | 71.03 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 42 | 0.52 | 0 | 0.78 | 0.26 | 100 | 0.64 | 0.45 |
| Hex | 5B | BD | 2A | 34 | 0 | 4E | 1A | 64 | 40 | 2D |
| Octal | 133 | 275 | 52 | 64 | 0 | 116 | 32 | 144 | 100 | 55 |
| Binary | 1011011 | 10111101 | 101010 | 110100 | 0 | 1001110 | 11010 | 1100100 | 1000000 | 101101 |
Color Harmonies of #5BBD2A
Complementary color
Monochromatic Colors of #5BBD2A
Black with #5BBD2A
Text Example
Text Example
White with #5BBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD2A; }
p { color: rgb(91,189,42); }
H1.HeaderClassName
{
color: #5BBD2A;
}
.AnyTagClassName
{
color: #5BBD2A;
}
</style>
background-color css
<style>
a { background-color: #5BBD2A; }
a { background-color: rgb(91,189,42); }
div.DivClassName
{
background-color: #5BBD2A;
}
.BgClassName
{
background-color: #5BBD2A;
}
</style>
border-color css
<style>
span { border-color: #5BBD2A; }
span { border-color: rgb(91,189,42); }
td.TdClassName
{
border-color: #5BBD2A;
}
.TagClassName
{
border-color: #5BBD2A;
}
</style>