Shades of Kelly Green #5DD605
Tints of Kelly Green #5DD605
RGB
CMYK
RGB Variations
Color information
#5DD605 (or 0x5DD605) is known color: Kelly Green. HEX triplet: 5D, D6 and 05. RGB value is (93,214,5). Sum of RGB (Red+Green+Blue) = 93+214+5=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD605 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD605 is #A229FA. Grayscale: #9A9A9A. Windows color (decimal): -10627579 or 382557. OLE color: 382557.
HSL color Cylindrical-coordinate representation of color #5DD605: hue angle of 94.74º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DD605 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 5 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.16 |
| HSL | 94.74º | 0.95% | 0.43% | - |
| HSV(B) | 94.74º | 0.98% | 0.84% | - |
| XYZ | 28.59 | 50.43 | 8.37 | - |
| YUV | 154 | 43.91 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 5 | 0.57 | 0 | 0.98 | 0.16 | 94.74 | 0.95 | 0.43 |
| Hex | 5D | D6 | 5 | 39 | 0 | 62 | 10 | 5F | 5F | 2B |
| Octal | 135 | 326 | 5 | 71 | 0 | 142 | 20 | 137 | 137 | 53 |
| Binary | 1011101 | 11010110 | 101 | 111001 | 0 | 1100010 | 10000 | 1011111 | 1011111 | 101011 |
Color Harmonies of #5DD605
Complementary color
Monochromatic Colors of #5DD605
Black with #5DD605
Text Example
Text Example
White with #5DD605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD605; }
p { color: rgb(93,214,5); }
H1.HeaderClassName
{
color: #5DD605;
}
.AnyTagClassName
{
color: #5DD605;
}
</style>
background-color css
<style>
a { background-color: #5DD605; }
a { background-color: rgb(93,214,5); }
div.DivClassName
{
background-color: #5DD605;
}
.BgClassName
{
background-color: #5DD605;
}
</style>
border-color css
<style>
span { border-color: #5DD605; }
span { border-color: rgb(93,214,5); }
td.TdClassName
{
border-color: #5DD605;
}
.TagClassName
{
border-color: #5DD605;
}
</style>