Shades of Kelly Green #5DB027
Tints of Kelly Green #5DB027
RGB
CMYK
RGB Variations
Color information
#5DB027 (or 0x5DB027) is known color: Kelly Green. HEX triplet: 5D, B0 and 27. RGB value is (93,176,39). Sum of RGB (Red+Green+Blue) = 93+176+39=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB027 is #A24FD8. Grayscale: #888888. Windows color (decimal): -10637273 or 2601053. OLE color: 2601053.
HSL color Cylindrical-coordinate representation of color #5DB027: hue angle of 96.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DB027 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 39 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.31 |
| HSL | 96.35º | 0.64% | 0.42% | - |
| HSV(B) | 96.35º | 0.78% | 0.69% | - |
| XYZ | 20.41 | 33.52 | 7.31 | - |
| YUV | 135.57 | 73.5 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 39 | 0.47 | 0 | 0.78 | 0.31 | 96.35 | 0.64 | 0.42 |
| Hex | 5D | B0 | 27 | 2F | 0 | 4E | 1F | 60 | 40 | 2A |
| Octal | 135 | 260 | 47 | 57 | 0 | 116 | 37 | 140 | 100 | 52 |
| Binary | 1011101 | 10110000 | 100111 | 101111 | 0 | 1001110 | 11111 | 1100000 | 1000000 | 101010 |
Color Harmonies of #5DB027
Complementary color
Monochromatic Colors of #5DB027
Black with #5DB027
Text Example
Text Example
White with #5DB027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB027; }
p { color: rgb(93,176,39); }
H1.HeaderClassName
{
color: #5DB027;
}
.AnyTagClassName
{
color: #5DB027;
}
</style>
background-color css
<style>
a { background-color: #5DB027; }
a { background-color: rgb(93,176,39); }
div.DivClassName
{
background-color: #5DB027;
}
.BgClassName
{
background-color: #5DB027;
}
</style>
border-color css
<style>
span { border-color: #5DB027; }
span { border-color: rgb(93,176,39); }
td.TdClassName
{
border-color: #5DB027;
}
.TagClassName
{
border-color: #5DB027;
}
</style>