Shades of Kelly Green #5DD52D
Tints of Kelly Green #5DD52D
RGB
CMYK
RGB Variations
Color information
#5DD52D (or 0x5DD52D) is known color: Kelly Green. HEX triplet: 5D, D5 and 2D. RGB value is (93,213,45). Sum of RGB (Red+Green+Blue) = 93+213+45=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD52D is #A22AD2. Grayscale: #9E9E9E. Windows color (decimal): -10627795 or 3003741. OLE color: 3003741.
HSL color Cylindrical-coordinate representation of color #5DD52D: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DD52D is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 45 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.16 |
| HSL | 102.86º | 0.67% | 0.51% | - |
| HSV(B) | 102.86º | 0.79% | 0.84% | - |
| XYZ | 28.78 | 50.11 | 10.64 | - |
| YUV | 157.97 | 64.24 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 45 | 0.56 | 0 | 0.79 | 0.16 | 102.86 | 0.67 | 0.51 |
| Hex | 5D | D5 | 2D | 38 | 0 | 4F | 10 | 67 | 43 | 33 |
| Octal | 135 | 325 | 55 | 70 | 0 | 117 | 20 | 147 | 103 | 63 |
| Binary | 1011101 | 11010101 | 101101 | 111000 | 0 | 1001111 | 10000 | 1100111 | 1000011 | 110011 |
Color Harmonies of #5DD52D
Complementary color
Monochromatic Colors of #5DD52D
Black with #5DD52D
Text Example
Text Example
White with #5DD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD52D; }
p { color: rgb(93,213,45); }
H1.HeaderClassName
{
color: #5DD52D;
}
.AnyTagClassName
{
color: #5DD52D;
}
</style>
background-color css
<style>
a { background-color: #5DD52D; }
a { background-color: rgb(93,213,45); }
div.DivClassName
{
background-color: #5DD52D;
}
.BgClassName
{
background-color: #5DD52D;
}
</style>
border-color css
<style>
span { border-color: #5DD52D; }
span { border-color: rgb(93,213,45); }
td.TdClassName
{
border-color: #5DD52D;
}
.TagClassName
{
border-color: #5DD52D;
}
</style>