Shades of Kelly Green #5DDA27
Tints of Kelly Green #5DDA27
RGB
CMYK
RGB Variations
Color information
#5DDA27 (or 0x5DDA27) is known color: Kelly Green. HEX triplet: 5D, DA and 27. RGB value is (93,218,39). Sum of RGB (Red+Green+Blue) = 93+218+39=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 218 (85.55% from 255 or 62.29% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA27 is #A225D8. Grayscale: #A0A0A0. Windows color (decimal): -10626521 or 2611805. OLE color: 2611805.
HSL color Cylindrical-coordinate representation of color #5DDA27: hue angle of 101.9º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DDA27 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 39 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.15 |
| HSL | 101.9º | 0.71% | 0.5% | - |
| HSV(B) | 101.9º | 0.82% | 0.85% | - |
| XYZ | 29.95 | 52.62 | 10.5 | - |
| YUV | 160.22 | 59.59 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 39 | 0.57 | 0 | 0.82 | 0.15 | 101.9 | 0.71 | 0.5 |
| Hex | 5D | DA | 27 | 39 | 0 | 52 | F | 66 | 47 | 32 |
| Octal | 135 | 332 | 47 | 71 | 0 | 122 | 17 | 146 | 107 | 62 |
| Binary | 1011101 | 11011010 | 100111 | 111001 | 0 | 1010010 | 1111 | 1100110 | 1000111 | 110010 |
Color Harmonies of #5DDA27
Complementary color
Monochromatic Colors of #5DDA27
Black with #5DDA27
Text Example
Text Example
White with #5DDA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA27; }
p { color: rgb(93,218,39); }
H1.HeaderClassName
{
color: #5DDA27;
}
.AnyTagClassName
{
color: #5DDA27;
}
</style>
background-color css
<style>
a { background-color: #5DDA27; }
a { background-color: rgb(93,218,39); }
div.DivClassName
{
background-color: #5DDA27;
}
.BgClassName
{
background-color: #5DDA27;
}
</style>
border-color css
<style>
span { border-color: #5DDA27; }
span { border-color: rgb(93,218,39); }
td.TdClassName
{
border-color: #5DDA27;
}
.TagClassName
{
border-color: #5DDA27;
}
</style>