Shades of Kelly Green #5DDF31
Tints of Kelly Green #5DDF31
RGB
CMYK
RGB Variations
Color information
#5DDF31 (or 0x5DDF31) is known color: Kelly Green. HEX triplet: 5D, DF and 31. RGB value is (93,223,49). Sum of RGB (Red+Green+Blue) = 93+223+49=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDF31 is #A220CE. Grayscale: #A4A4A4. Windows color (decimal): -10625231 or 3268445. OLE color: 3268445.
HSL color Cylindrical-coordinate representation of color #5DDF31: hue angle of 104.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DDF31 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 49 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.13 |
| HSL | 104.83º | 0.73% | 0.53% | - |
| HSV(B) | 104.83º | 0.78% | 0.87% | - |
| XYZ | 31.46 | 55.32 | 11.93 | - |
| YUV | 164.29 | 62.93 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 49 | 0.58 | 0 | 0.78 | 0.13 | 104.83 | 0.73 | 0.53 |
| Hex | 5D | DF | 31 | 3A | 0 | 4E | D | 69 | 49 | 35 |
| Octal | 135 | 337 | 61 | 72 | 0 | 116 | 15 | 151 | 111 | 65 |
| Binary | 1011101 | 11011111 | 110001 | 111010 | 0 | 1001110 | 1101 | 1101001 | 1001001 | 110101 |
Color Harmonies of #5DDF31
Complementary color
Monochromatic Colors of #5DDF31
Black with #5DDF31
Text Example
Text Example
White with #5DDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF31; }
p { color: rgb(93,223,49); }
H1.HeaderClassName
{
color: #5DDF31;
}
.AnyTagClassName
{
color: #5DDF31;
}
</style>
background-color css
<style>
a { background-color: #5DDF31; }
a { background-color: rgb(93,223,49); }
div.DivClassName
{
background-color: #5DDF31;
}
.BgClassName
{
background-color: #5DDF31;
}
</style>
border-color css
<style>
span { border-color: #5DDF31; }
span { border-color: rgb(93,223,49); }
td.TdClassName
{
border-color: #5DDF31;
}
.TagClassName
{
border-color: #5DDF31;
}
</style>