Shades of Kelly Green #5DD006
Tints of Kelly Green #5DD006
RGB
CMYK
RGB Variations
Color information
#5DD006 (or 0x5DD006) is known color: Kelly Green. HEX triplet: 5D, D0 and 06. RGB value is (93,208,6). Sum of RGB (Red+Green+Blue) = 93+208+6=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD006 is #A22FF9. Grayscale: #979797. Windows color (decimal): -10629114 or 446557. OLE color: 446557.
HSL color Cylindrical-coordinate representation of color #5DD006: hue angle of 94.16º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DD006 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 6 | - |
| CMYK | 0.55 | 0 | 0.97 | 0.18 |
| HSL | 94.16º | 0.94% | 0.42% | - |
| HSV(B) | 94.16º | 0.97% | 0.82% | - |
| XYZ | 27.1 | 47.45 | 7.9 | - |
| YUV | 150.59 | 46.4 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 6 | 0.55 | 0 | 0.97 | 0.18 | 94.16 | 0.94 | 0.42 |
| Hex | 5D | D0 | 6 | 37 | 0 | 61 | 12 | 5E | 5E | 2A |
| Octal | 135 | 320 | 6 | 67 | 0 | 141 | 22 | 136 | 136 | 52 |
| Binary | 1011101 | 11010000 | 110 | 110111 | 0 | 1100001 | 10010 | 1011110 | 1011110 | 101010 |
Color Harmonies of #5DD006
Complementary color
Monochromatic Colors of #5DD006
Black with #5DD006
Text Example
Text Example
White with #5DD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD006; }
p { color: rgb(93,208,6); }
H1.HeaderClassName
{
color: #5DD006;
}
.AnyTagClassName
{
color: #5DD006;
}
</style>
background-color css
<style>
a { background-color: #5DD006; }
a { background-color: rgb(93,208,6); }
div.DivClassName
{
background-color: #5DD006;
}
.BgClassName
{
background-color: #5DD006;
}
</style>
border-color css
<style>
span { border-color: #5DD006; }
span { border-color: rgb(93,208,6); }
td.TdClassName
{
border-color: #5DD006;
}
.TagClassName
{
border-color: #5DD006;
}
</style>