Shades of Kelly Green #5DC422
Tints of Kelly Green #5DC422
RGB
CMYK
RGB Variations
Color information
#5DC422 (or 0x5DC422) is known color: Kelly Green. HEX triplet: 5D, C4 and 22. RGB value is (93,196,34). Sum of RGB (Red+Green+Blue) = 93+196+34=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC422 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC422 is #A23BDD. Grayscale: #939393. Windows color (decimal): -10632158 or 2278493. OLE color: 2278493.
HSL color Cylindrical-coordinate representation of color #5DC422: hue angle of 98.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5DC422 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 34 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.23 |
| HSL | 98.15º | 0.7% | 0.45% | - |
| HSV(B) | 98.15º | 0.83% | 0.77% | - |
| XYZ | 24.54 | 41.92 | 8.31 | - |
| YUV | 146.74 | 64.38 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 34 | 0.53 | 0 | 0.83 | 0.23 | 98.15 | 0.7 | 0.45 |
| Hex | 5D | C4 | 22 | 35 | 0 | 53 | 17 | 62 | 46 | 2D |
| Octal | 135 | 304 | 42 | 65 | 0 | 123 | 27 | 142 | 106 | 55 |
| Binary | 1011101 | 11000100 | 100010 | 110101 | 0 | 1010011 | 10111 | 1100010 | 1000110 | 101101 |
Color Harmonies of #5DC422
Complementary color
Monochromatic Colors of #5DC422
Black with #5DC422
Text Example
Text Example
White with #5DC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC422; }
p { color: rgb(93,196,34); }
H1.HeaderClassName
{
color: #5DC422;
}
.AnyTagClassName
{
color: #5DC422;
}
</style>
background-color css
<style>
a { background-color: #5DC422; }
a { background-color: rgb(93,196,34); }
div.DivClassName
{
background-color: #5DC422;
}
.BgClassName
{
background-color: #5DC422;
}
</style>
border-color css
<style>
span { border-color: #5DC422; }
span { border-color: rgb(93,196,34); }
td.TdClassName
{
border-color: #5DC422;
}
.TagClassName
{
border-color: #5DC422;
}
</style>