Shades of Kelly Green #5DC21E
Tints of Kelly Green #5DC21E
RGB
CMYK
RGB Variations
Color information
#5DC21E (or 0x5DC21E) is known color: Kelly Green. HEX triplet: 5D, C2 and 1E. RGB value is (93,194,30). Sum of RGB (Red+Green+Blue) = 93+194+30=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC21E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC21E is #A23DE1. Grayscale: #919191. Windows color (decimal): -10632674 or 2015837. OLE color: 2015837.
HSL color Cylindrical-coordinate representation of color #5DC21E: hue angle of 96.95º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DC21E is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 30 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.24 |
| HSL | 96.95º | 0.73% | 0.44% | - |
| HSV(B) | 96.95º | 0.85% | 0.76% | - |
| XYZ | 24.04 | 41 | 7.88 | - |
| YUV | 145.11 | 63.04 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 30 | 0.52 | 0 | 0.85 | 0.24 | 96.95 | 0.73 | 0.44 |
| Hex | 5D | C2 | 1E | 34 | 0 | 55 | 18 | 61 | 49 | 2C |
| Octal | 135 | 302 | 36 | 64 | 0 | 125 | 30 | 141 | 111 | 54 |
| Binary | 1011101 | 11000010 | 11110 | 110100 | 0 | 1010101 | 11000 | 1100001 | 1001001 | 101100 |
Color Harmonies of #5DC21E
Complementary color
Monochromatic Colors of #5DC21E
Black with #5DC21E
Text Example
Text Example
White with #5DC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC21E; }
p { color: rgb(93,194,30); }
H1.HeaderClassName
{
color: #5DC21E;
}
.AnyTagClassName
{
color: #5DC21E;
}
</style>
background-color css
<style>
a { background-color: #5DC21E; }
a { background-color: rgb(93,194,30); }
div.DivClassName
{
background-color: #5DC21E;
}
.BgClassName
{
background-color: #5DC21E;
}
</style>
border-color css
<style>
span { border-color: #5DC21E; }
span { border-color: rgb(93,194,30); }
td.TdClassName
{
border-color: #5DC21E;
}
.TagClassName
{
border-color: #5DC21E;
}
</style>