Shades of Kelly Green #5DD12D
Tints of Kelly Green #5DD12D
RGB
CMYK
RGB Variations
Color information
#5DD12D (or 0x5DD12D) is known color: Kelly Green. HEX triplet: 5D, D1 and 2D. RGB value is (93,209,45). Sum of RGB (Red+Green+Blue) = 93+209+45=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD12D is #A22ED2. Grayscale: #9C9C9C. Windows color (decimal): -10628819 or 3002717. OLE color: 3002717.
HSL color Cylindrical-coordinate representation of color #5DD12D: hue angle of 102.44º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DD12D is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 45 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.18 |
| HSL | 102.44º | 0.65% | 0.5% | - |
| HSV(B) | 102.44º | 0.78% | 0.82% | - |
| XYZ | 27.79 | 48.12 | 10.31 | - |
| YUV | 155.62 | 65.57 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 45 | 0.56 | 0 | 0.78 | 0.18 | 102.44 | 0.65 | 0.5 |
| Hex | 5D | D1 | 2D | 38 | 0 | 4E | 12 | 66 | 41 | 32 |
| Octal | 135 | 321 | 55 | 70 | 0 | 116 | 22 | 146 | 101 | 62 |
| Binary | 1011101 | 11010001 | 101101 | 111000 | 0 | 1001110 | 10010 | 1100110 | 1000001 | 110010 |
Color Harmonies of #5DD12D
Complementary color
Monochromatic Colors of #5DD12D
Black with #5DD12D
Text Example
Text Example
White with #5DD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD12D; }
p { color: rgb(93,209,45); }
H1.HeaderClassName
{
color: #5DD12D;
}
.AnyTagClassName
{
color: #5DD12D;
}
</style>
background-color css
<style>
a { background-color: #5DD12D; }
a { background-color: rgb(93,209,45); }
div.DivClassName
{
background-color: #5DD12D;
}
.BgClassName
{
background-color: #5DD12D;
}
</style>
border-color css
<style>
span { border-color: #5DD12D; }
span { border-color: rgb(93,209,45); }
td.TdClassName
{
border-color: #5DD12D;
}
.TagClassName
{
border-color: #5DD12D;
}
</style>