Shades of Kelly Green #5DDB1F
Tints of Kelly Green #5DDB1F
RGB
CMYK
RGB Variations
Color information
#5DDB1F (or 0x5DDB1F) is known color: Kelly Green. HEX triplet: 5D, DB and 1F. RGB value is (93,219,31). Sum of RGB (Red+Green+Blue) = 93+219+31=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 219 (85.94% from 255 or 63.85% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB1F is #A224E0. Grayscale: #A0A0A0. Windows color (decimal): -10626273 or 2087773. OLE color: 2087773.
HSL color Cylindrical-coordinate representation of color #5DDB1F: hue angle of 100.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DDB1F is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 31 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.14 |
| HSL | 100.21º | 0.75% | 0.49% | - |
| HSV(B) | 100.21º | 0.86% | 0.86% | - |
| XYZ | 30.09 | 53.09 | 9.96 | - |
| YUV | 159.89 | 55.26 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 31 | 0.58 | 0 | 0.86 | 0.14 | 100.21 | 0.75 | 0.49 |
| Hex | 5D | DB | 1F | 3A | 0 | 56 | E | 64 | 4B | 31 |
| Octal | 135 | 333 | 37 | 72 | 0 | 126 | 16 | 144 | 113 | 61 |
| Binary | 1011101 | 11011011 | 11111 | 111010 | 0 | 1010110 | 1110 | 1100100 | 1001011 | 110001 |
Color Harmonies of #5DDB1F
Complementary color
Monochromatic Colors of #5DDB1F
Black with #5DDB1F
Text Example
Text Example
White with #5DDB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB1F; }
p { color: rgb(93,219,31); }
H1.HeaderClassName
{
color: #5DDB1F;
}
.AnyTagClassName
{
color: #5DDB1F;
}
</style>
background-color css
<style>
a { background-color: #5DDB1F; }
a { background-color: rgb(93,219,31); }
div.DivClassName
{
background-color: #5DDB1F;
}
.BgClassName
{
background-color: #5DDB1F;
}
</style>
border-color css
<style>
span { border-color: #5DDB1F; }
span { border-color: rgb(93,219,31); }
td.TdClassName
{
border-color: #5DDB1F;
}
.TagClassName
{
border-color: #5DDB1F;
}
</style>