Shades of Kelly Green #5DC220
Tints of Kelly Green #5DC220
RGB
CMYK
RGB Variations
Color information
#5DC220 (or 0x5DC220) is known color: Kelly Green. HEX triplet: 5D, C2 and 20. RGB value is (93,194,32). Sum of RGB (Red+Green+Blue) = 93+194+32=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC220 is #A23DDF. Grayscale: #919191. Windows color (decimal): -10632672 or 2146909. OLE color: 2146909.
HSL color Cylindrical-coordinate representation of color #5DC220: hue angle of 97.41º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DC220 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 32 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.24 |
| HSL | 97.41º | 0.72% | 0.44% | - |
| HSV(B) | 97.41º | 0.84% | 0.76% | - |
| XYZ | 24.07 | 41.02 | 8.01 | - |
| YUV | 145.33 | 64.04 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 32 | 0.52 | 0 | 0.84 | 0.24 | 97.41 | 0.72 | 0.44 |
| Hex | 5D | C2 | 20 | 34 | 0 | 54 | 18 | 61 | 48 | 2C |
| Octal | 135 | 302 | 40 | 64 | 0 | 124 | 30 | 141 | 110 | 54 |
| Binary | 1011101 | 11000010 | 100000 | 110100 | 0 | 1010100 | 11000 | 1100001 | 1001000 | 101100 |
Color Harmonies of #5DC220
Complementary color
Monochromatic Colors of #5DC220
Black with #5DC220
Text Example
Text Example
White with #5DC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC220; }
p { color: rgb(93,194,32); }
H1.HeaderClassName
{
color: #5DC220;
}
.AnyTagClassName
{
color: #5DC220;
}
</style>
background-color css
<style>
a { background-color: #5DC220; }
a { background-color: rgb(93,194,32); }
div.DivClassName
{
background-color: #5DC220;
}
.BgClassName
{
background-color: #5DC220;
}
</style>
border-color css
<style>
span { border-color: #5DC220; }
span { border-color: rgb(93,194,32); }
td.TdClassName
{
border-color: #5DC220;
}
.TagClassName
{
border-color: #5DC220;
}
</style>