Shades of Kelly Green #5DDF1F
Tints of Kelly Green #5DDF1F
RGB
CMYK
RGB Variations
Color information
#5DDF1F (or 0x5DDF1F) is known color: Kelly Green. HEX triplet: 5D, DF and 1F. RGB value is (93,223,31). Sum of RGB (Red+Green+Blue) = 93+223+31=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDF1F is #A220E0. Grayscale: #A2A2A2. Windows color (decimal): -10625249 or 2088797. OLE color: 2088797.
HSL color Cylindrical-coordinate representation of color #5DDF1F: hue angle of 100.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DDF1F is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 31 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.13 |
| HSL | 100.63º | 0.76% | 0.5% | - |
| HSV(B) | 100.63º | 0.86% | 0.87% | - |
| XYZ | 31.15 | 55.2 | 10.31 | - |
| YUV | 162.24 | 53.93 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 31 | 0.58 | 0 | 0.86 | 0.13 | 100.63 | 0.76 | 0.5 |
| Hex | 5D | DF | 1F | 3A | 0 | 56 | D | 65 | 4C | 32 |
| Octal | 135 | 337 | 37 | 72 | 0 | 126 | 15 | 145 | 114 | 62 |
| Binary | 1011101 | 11011111 | 11111 | 111010 | 0 | 1010110 | 1101 | 1100101 | 1001100 | 110010 |
Color Harmonies of #5DDF1F
Complementary color
Monochromatic Colors of #5DDF1F
Black with #5DDF1F
Text Example
Text Example
White with #5DDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF1F; }
p { color: rgb(93,223,31); }
H1.HeaderClassName
{
color: #5DDF1F;
}
.AnyTagClassName
{
color: #5DDF1F;
}
</style>
background-color css
<style>
a { background-color: #5DDF1F; }
a { background-color: rgb(93,223,31); }
div.DivClassName
{
background-color: #5DDF1F;
}
.BgClassName
{
background-color: #5DDF1F;
}
</style>
border-color css
<style>
span { border-color: #5DDF1F; }
span { border-color: rgb(93,223,31); }
td.TdClassName
{
border-color: #5DDF1F;
}
.TagClassName
{
border-color: #5DDF1F;
}
</style>