Shades of Kelly Green #5DDF21
Tints of Kelly Green #5DDF21
RGB
CMYK
RGB Variations
Color information
#5DDF21 (or 0x5DDF21) is known color: Kelly Green. HEX triplet: 5D, DF and 21. RGB value is (93,223,33). Sum of RGB (Red+Green+Blue) = 93+223+33=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDF21 is #A220DE. Grayscale: #A3A3A3. Windows color (decimal): -10625247 or 2219869. OLE color: 2219869.
HSL color Cylindrical-coordinate representation of color #5DDF21: hue angle of 101.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DDF21 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 33 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.13 |
| HSL | 101.05º | 0.75% | 0.5% | - |
| HSV(B) | 101.05º | 0.85% | 0.87% | - |
| XYZ | 31.18 | 55.21 | 10.45 | - |
| YUV | 162.47 | 54.93 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 33 | 0.58 | 0 | 0.85 | 0.13 | 101.05 | 0.75 | 0.5 |
| Hex | 5D | DF | 21 | 3A | 0 | 55 | D | 65 | 4B | 32 |
| Octal | 135 | 337 | 41 | 72 | 0 | 125 | 15 | 145 | 113 | 62 |
| Binary | 1011101 | 11011111 | 100001 | 111010 | 0 | 1010101 | 1101 | 1100101 | 1001011 | 110010 |
Color Harmonies of #5DDF21
Complementary color
Monochromatic Colors of #5DDF21
Black with #5DDF21
Text Example
Text Example
White with #5DDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF21; }
p { color: rgb(93,223,33); }
H1.HeaderClassName
{
color: #5DDF21;
}
.AnyTagClassName
{
color: #5DDF21;
}
</style>
background-color css
<style>
a { background-color: #5DDF21; }
a { background-color: rgb(93,223,33); }
div.DivClassName
{
background-color: #5DDF21;
}
.BgClassName
{
background-color: #5DDF21;
}
</style>
border-color css
<style>
span { border-color: #5DDF21; }
span { border-color: rgb(93,223,33); }
td.TdClassName
{
border-color: #5DDF21;
}
.TagClassName
{
border-color: #5DDF21;
}
</style>