Shades of Kelly Green #5DBB27
Tints of Kelly Green #5DBB27
RGB
CMYK
RGB Variations
Color information
#5DBB27 (or 0x5DBB27) is known color: Kelly Green. HEX triplet: 5D, BB and 27. RGB value is (93,187,39). Sum of RGB (Red+Green+Blue) = 93+187+39=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB27 is #A244D8. Grayscale: #8E8E8E. Windows color (decimal): -10634457 or 2603869. OLE color: 2603869.
HSL color Cylindrical-coordinate representation of color #5DBB27: hue angle of 98.11º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DBB27 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 39 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.27 |
| HSL | 98.11º | 0.65% | 0.44% | - |
| HSV(B) | 98.11º | 0.79% | 0.73% | - |
| XYZ | 22.65 | 38.01 | 8.06 | - |
| YUV | 142.02 | 69.86 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 39 | 0.50 | 0 | 0.79 | 0.27 | 98.11 | 0.65 | 0.44 |
| Hex | 5D | BB | 27 | 32 | 0 | 4F | 1B | 62 | 41 | 2C |
| Octal | 135 | 273 | 47 | 62 | 0 | 117 | 33 | 142 | 101 | 54 |
| Binary | 1011101 | 10111011 | 100111 | 110010 | 0 | 1001111 | 11011 | 1100010 | 1000001 | 101100 |
Color Harmonies of #5DBB27
Complementary color
Monochromatic Colors of #5DBB27
Black with #5DBB27
Text Example
Text Example
White with #5DBB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB27; }
p { color: rgb(93,187,39); }
H1.HeaderClassName
{
color: #5DBB27;
}
.AnyTagClassName
{
color: #5DBB27;
}
</style>
background-color css
<style>
a { background-color: #5DBB27; }
a { background-color: rgb(93,187,39); }
div.DivClassName
{
background-color: #5DBB27;
}
.BgClassName
{
background-color: #5DBB27;
}
</style>
border-color css
<style>
span { border-color: #5DBB27; }
span { border-color: rgb(93,187,39); }
td.TdClassName
{
border-color: #5DBB27;
}
.TagClassName
{
border-color: #5DBB27;
}
</style>