Shades of Kelly Green #5DBB20
Tints of Kelly Green #5DBB20
RGB
CMYK
RGB Variations
Color information
#5DBB20 (or 0x5DBB20) is known color: Kelly Green. HEX triplet: 5D, BB and 20. RGB value is (93,187,32). Sum of RGB (Red+Green+Blue) = 93+187+32=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB20 is #A244DF. Grayscale: #8D8D8D. Windows color (decimal): -10634464 or 2145117. OLE color: 2145117.
HSL color Cylindrical-coordinate representation of color #5DBB20: hue angle of 96.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5DBB20 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 32 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.27 |
| HSL | 96.39º | 0.71% | 0.43% | - |
| HSV(B) | 96.39º | 0.83% | 0.73% | - |
| XYZ | 22.55 | 37.97 | 7.51 | - |
| YUV | 141.22 | 66.36 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 32 | 0.50 | 0 | 0.83 | 0.27 | 96.39 | 0.71 | 0.43 |
| Hex | 5D | BB | 20 | 32 | 0 | 53 | 1B | 60 | 47 | 2B |
| Octal | 135 | 273 | 40 | 62 | 0 | 123 | 33 | 140 | 107 | 53 |
| Binary | 1011101 | 10111011 | 100000 | 110010 | 0 | 1010011 | 11011 | 1100000 | 1000111 | 101011 |
Color Harmonies of #5DBB20
Complementary color
Monochromatic Colors of #5DBB20
Black with #5DBB20
Text Example
Text Example
White with #5DBB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB20; }
p { color: rgb(93,187,32); }
H1.HeaderClassName
{
color: #5DBB20;
}
.AnyTagClassName
{
color: #5DBB20;
}
</style>
background-color css
<style>
a { background-color: #5DBB20; }
a { background-color: rgb(93,187,32); }
div.DivClassName
{
background-color: #5DBB20;
}
.BgClassName
{
background-color: #5DBB20;
}
</style>
border-color css
<style>
span { border-color: #5DBB20; }
span { border-color: rgb(93,187,32); }
td.TdClassName
{
border-color: #5DBB20;
}
.TagClassName
{
border-color: #5DBB20;
}
</style>