Shades of Kelly Green #5DE12D
Tints of Kelly Green #5DE12D
RGB
CMYK
RGB Variations
Color information
#5DE12D (or 0x5DE12D) is known color: Kelly Green. HEX triplet: 5D, E1 and 2D. RGB value is (93,225,45). Sum of RGB (Red+Green+Blue) = 93+225+45=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE12D is #A21ED2. Grayscale: #A5A5A5. Windows color (decimal): -10624723 or 3006813. OLE color: 3006813.
HSL color Cylindrical-coordinate representation of color #5DE12D: hue angle of 104º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DE12D is Cyan = 0.59, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 225 | 45 | - |
| CMYK | 0.59 | 0 | 0.8 | 0.12 |
| HSL | 104º | 0.75% | 0.53% | - |
| HSV(B) | 104º | 0.8% | 0.88% | - |
| XYZ | 31.91 | 56.37 | 11.68 | - |
| YUV | 165.01 | 60.27 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 225 | 45 | 0.59 | 0 | 0.8 | 0.12 | 104 | 0.75 | 0.53 |
| Hex | 5D | E1 | 2D | 3B | 0 | 50 | C | 68 | 4B | 35 |
| Octal | 135 | 341 | 55 | 73 | 0 | 120 | 14 | 150 | 113 | 65 |
| Binary | 1011101 | 11100001 | 101101 | 111011 | 0 | 1010000 | 1100 | 1101000 | 1001011 | 110101 |
Color Harmonies of #5DE12D
Complementary color
Monochromatic Colors of #5DE12D
Black with #5DE12D
Text Example
Text Example
White with #5DE12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE12D; }
p { color: rgb(93,225,45); }
H1.HeaderClassName
{
color: #5DE12D;
}
.AnyTagClassName
{
color: #5DE12D;
}
</style>
background-color css
<style>
a { background-color: #5DE12D; }
a { background-color: rgb(93,225,45); }
div.DivClassName
{
background-color: #5DE12D;
}
.BgClassName
{
background-color: #5DE12D;
}
</style>
border-color css
<style>
span { border-color: #5DE12D; }
span { border-color: rgb(93,225,45); }
td.TdClassName
{
border-color: #5DE12D;
}
.TagClassName
{
border-color: #5DE12D;
}
</style>