Shades of Kelly Green #5DD105
Tints of Kelly Green #5DD105
RGB
CMYK
RGB Variations
Color information
#5DD105 (or 0x5DD105) is known color: Kelly Green. HEX triplet: 5D, D1 and 05. RGB value is (93,209,5). Sum of RGB (Red+Green+Blue) = 93+209+5=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD105 is #A22EFA. Grayscale: #979797. Windows color (decimal): -10628859 or 381277. OLE color: 381277.
HSL color Cylindrical-coordinate representation of color #5DD105: hue angle of 94.12º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DD105 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 5 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.18 |
| HSL | 94.12º | 0.95% | 0.42% | - |
| HSV(B) | 94.12º | 0.98% | 0.82% | - |
| XYZ | 27.34 | 47.94 | 7.96 | - |
| YUV | 151.06 | 45.57 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 5 | 0.56 | 0 | 0.98 | 0.18 | 94.12 | 0.95 | 0.42 |
| Hex | 5D | D1 | 5 | 38 | 0 | 62 | 12 | 5E | 5F | 2A |
| Octal | 135 | 321 | 5 | 70 | 0 | 142 | 22 | 136 | 137 | 52 |
| Binary | 1011101 | 11010001 | 101 | 111000 | 0 | 1100010 | 10010 | 1011110 | 1011111 | 101010 |
Color Harmonies of #5DD105
Complementary color
Monochromatic Colors of #5DD105
Black with #5DD105
Text Example
Text Example
White with #5DD105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD105; }
p { color: rgb(93,209,5); }
H1.HeaderClassName
{
color: #5DD105;
}
.AnyTagClassName
{
color: #5DD105;
}
</style>
background-color css
<style>
a { background-color: #5DD105; }
a { background-color: rgb(93,209,5); }
div.DivClassName
{
background-color: #5DD105;
}
.BgClassName
{
background-color: #5DD105;
}
</style>
border-color css
<style>
span { border-color: #5DD105; }
span { border-color: rgb(93,209,5); }
td.TdClassName
{
border-color: #5DD105;
}
.TagClassName
{
border-color: #5DD105;
}
</style>