Shades of Kelly Green #5DE032
Tints of Kelly Green #5DE032
RGB
CMYK
RGB Variations
Color information
#5DE032 (or 0x5DE032) is known color: Kelly Green. HEX triplet: 5D, E0 and 32. RGB value is (93,224,50). Sum of RGB (Red+Green+Blue) = 93+224+50=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE032 is #A21FCD. Grayscale: #A5A5A5. Windows color (decimal): -10624974 or 3334237. OLE color: 3334237.
HSL color Cylindrical-coordinate representation of color #5DE032: hue angle of 105.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DE032 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 224 | 50 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.12 |
| HSL | 105.17º | 0.74% | 0.54% | - |
| HSV(B) | 105.17º | 0.78% | 0.88% | - |
| XYZ | 31.75 | 55.87 | 12.13 | - |
| YUV | 165 | 63.1 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 224 | 50 | 0.58 | 0 | 0.78 | 0.12 | 105.17 | 0.74 | 0.54 |
| Hex | 5D | E0 | 32 | 3A | 0 | 4E | C | 69 | 4A | 36 |
| Octal | 135 | 340 | 62 | 72 | 0 | 116 | 14 | 151 | 112 | 66 |
| Binary | 1011101 | 11100000 | 110010 | 111010 | 0 | 1001110 | 1100 | 1101001 | 1001010 | 110110 |
Color Harmonies of #5DE032
Complementary color
Monochromatic Colors of #5DE032
Black with #5DE032
Text Example
Text Example
White with #5DE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE032; }
p { color: rgb(93,224,50); }
H1.HeaderClassName
{
color: #5DE032;
}
.AnyTagClassName
{
color: #5DE032;
}
</style>
background-color css
<style>
a { background-color: #5DE032; }
a { background-color: rgb(93,224,50); }
div.DivClassName
{
background-color: #5DE032;
}
.BgClassName
{
background-color: #5DE032;
}
</style>
border-color css
<style>
span { border-color: #5DE032; }
span { border-color: rgb(93,224,50); }
td.TdClassName
{
border-color: #5DE032;
}
.TagClassName
{
border-color: #5DE032;
}
</style>