Shades of Kelly Green #5DD611
Tints of Kelly Green #5DD611
RGB
CMYK
RGB Variations
Color information
#5DD611 (or 0x5DD611) is known color: Kelly Green. HEX triplet: 5D, D6 and 11. RGB value is (93,214,17). Sum of RGB (Red+Green+Blue) = 93+214+17=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD611 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD611 is #A229EE. Grayscale: #9C9C9C. Windows color (decimal): -10627567 or 1168989. OLE color: 1168989.
HSL color Cylindrical-coordinate representation of color #5DD611: hue angle of 96.85º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DD611 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 17 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.16 |
| HSL | 96.85º | 0.85% | 0.45% | - |
| HSV(B) | 96.85º | 0.92% | 0.84% | - |
| XYZ | 28.66 | 50.46 | 8.76 | - |
| YUV | 155.36 | 49.91 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 17 | 0.57 | 0 | 0.92 | 0.16 | 96.85 | 0.85 | 0.45 |
| Hex | 5D | D6 | 11 | 39 | 0 | 5C | 10 | 61 | 55 | 2D |
| Octal | 135 | 326 | 21 | 71 | 0 | 134 | 20 | 141 | 125 | 55 |
| Binary | 1011101 | 11010110 | 10001 | 111001 | 0 | 1011100 | 10000 | 1100001 | 1010101 | 101101 |
Color Harmonies of #5DD611
Complementary color
Monochromatic Colors of #5DD611
Black with #5DD611
Text Example
Text Example
White with #5DD611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD611; }
p { color: rgb(93,214,17); }
H1.HeaderClassName
{
color: #5DD611;
}
.AnyTagClassName
{
color: #5DD611;
}
</style>
background-color css
<style>
a { background-color: #5DD611; }
a { background-color: rgb(93,214,17); }
div.DivClassName
{
background-color: #5DD611;
}
.BgClassName
{
background-color: #5DD611;
}
</style>
border-color css
<style>
span { border-color: #5DD611; }
span { border-color: rgb(93,214,17); }
td.TdClassName
{
border-color: #5DD611;
}
.TagClassName
{
border-color: #5DD611;
}
</style>