Shades of Kelly Green #5DD22D
Tints of Kelly Green #5DD22D
RGB
CMYK
RGB Variations
Color information
#5DD22D (or 0x5DD22D) is known color: Kelly Green. HEX triplet: 5D, D2 and 2D. RGB value is (93,210,45). Sum of RGB (Red+Green+Blue) = 93+210+45=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD22D is #A22DD2. Grayscale: #9C9C9C. Windows color (decimal): -10628563 or 3002973. OLE color: 3002973.
HSL color Cylindrical-coordinate representation of color #5DD22D: hue angle of 102.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DD22D is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 45 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.18 |
| HSL | 102.55º | 0.65% | 0.5% | - |
| HSV(B) | 102.55º | 0.79% | 0.82% | - |
| XYZ | 28.03 | 48.61 | 10.39 | - |
| YUV | 156.21 | 65.24 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 45 | 0.56 | 0 | 0.79 | 0.18 | 102.55 | 0.65 | 0.5 |
| Hex | 5D | D2 | 2D | 38 | 0 | 4F | 12 | 67 | 41 | 32 |
| Octal | 135 | 322 | 55 | 70 | 0 | 117 | 22 | 147 | 101 | 62 |
| Binary | 1011101 | 11010010 | 101101 | 111000 | 0 | 1001111 | 10010 | 1100111 | 1000001 | 110010 |
Color Harmonies of #5DD22D
Complementary color
Monochromatic Colors of #5DD22D
Black with #5DD22D
Text Example
Text Example
White with #5DD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD22D; }
p { color: rgb(93,210,45); }
H1.HeaderClassName
{
color: #5DD22D;
}
.AnyTagClassName
{
color: #5DD22D;
}
</style>
background-color css
<style>
a { background-color: #5DD22D; }
a { background-color: rgb(93,210,45); }
div.DivClassName
{
background-color: #5DD22D;
}
.BgClassName
{
background-color: #5DD22D;
}
</style>
border-color css
<style>
span { border-color: #5DD22D; }
span { border-color: rgb(93,210,45); }
td.TdClassName
{
border-color: #5DD22D;
}
.TagClassName
{
border-color: #5DD22D;
}
</style>