Shades of Kelly Green #5DD92D
Tints of Kelly Green #5DD92D
RGB
CMYK
RGB Variations
Color information
#5DD92D (or 0x5DD92D) is known color: Kelly Green. HEX triplet: 5D, D9 and 2D. RGB value is (93,217,45). Sum of RGB (Red+Green+Blue) = 93+217+45=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 217 (85.16% from 255 or 61.13% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD92D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD92D is #A226D2. Grayscale: #A0A0A0. Windows color (decimal): -10626771 or 3004765. OLE color: 3004765.
HSL color Cylindrical-coordinate representation of color #5DD92D: hue angle of 103.26º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DD92D is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 45 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.15 |
| HSL | 103.26º | 0.69% | 0.51% | - |
| HSV(B) | 103.26º | 0.79% | 0.85% | - |
| XYZ | 29.8 | 52.14 | 10.98 | - |
| YUV | 160.32 | 62.92 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 45 | 0.57 | 0 | 0.79 | 0.15 | 103.26 | 0.69 | 0.51 |
| Hex | 5D | D9 | 2D | 39 | 0 | 4F | F | 67 | 45 | 33 |
| Octal | 135 | 331 | 55 | 71 | 0 | 117 | 17 | 147 | 105 | 63 |
| Binary | 1011101 | 11011001 | 101101 | 111001 | 0 | 1001111 | 1111 | 1100111 | 1000101 | 110011 |
Color Harmonies of #5DD92D
Complementary color
Monochromatic Colors of #5DD92D
Black with #5DD92D
Text Example
Text Example
White with #5DD92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD92D; }
p { color: rgb(93,217,45); }
H1.HeaderClassName
{
color: #5DD92D;
}
.AnyTagClassName
{
color: #5DD92D;
}
</style>
background-color css
<style>
a { background-color: #5DD92D; }
a { background-color: rgb(93,217,45); }
div.DivClassName
{
background-color: #5DD92D;
}
.BgClassName
{
background-color: #5DD92D;
}
</style>
border-color css
<style>
span { border-color: #5DD92D; }
span { border-color: rgb(93,217,45); }
td.TdClassName
{
border-color: #5DD92D;
}
.TagClassName
{
border-color: #5DD92D;
}
</style>