Shades of Kelly Green #5DC320
Tints of Kelly Green #5DC320
RGB
CMYK
RGB Variations
Color information
#5DC320 (or 0x5DC320) is known color: Kelly Green. HEX triplet: 5D, C3 and 20. RGB value is (93,195,32). Sum of RGB (Red+Green+Blue) = 93+195+32=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC320 is #A23CDF. Grayscale: #929292. Windows color (decimal): -10632416 or 2147165. OLE color: 2147165.
HSL color Cylindrical-coordinate representation of color #5DC320: hue angle of 97.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DC320 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 32 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.24 |
| HSL | 97.55º | 0.72% | 0.45% | - |
| HSV(B) | 97.55º | 0.84% | 0.76% | - |
| XYZ | 24.29 | 41.46 | 8.09 | - |
| YUV | 145.92 | 63.71 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 32 | 0.52 | 0 | 0.84 | 0.24 | 97.55 | 0.72 | 0.45 |
| Hex | 5D | C3 | 20 | 34 | 0 | 54 | 18 | 62 | 48 | 2D |
| Octal | 135 | 303 | 40 | 64 | 0 | 124 | 30 | 142 | 110 | 55 |
| Binary | 1011101 | 11000011 | 100000 | 110100 | 0 | 1010100 | 11000 | 1100010 | 1001000 | 101101 |
Color Harmonies of #5DC320
Complementary color
Monochromatic Colors of #5DC320
Black with #5DC320
Text Example
Text Example
White with #5DC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC320; }
p { color: rgb(93,195,32); }
H1.HeaderClassName
{
color: #5DC320;
}
.AnyTagClassName
{
color: #5DC320;
}
</style>
background-color css
<style>
a { background-color: #5DC320; }
a { background-color: rgb(93,195,32); }
div.DivClassName
{
background-color: #5DC320;
}
.BgClassName
{
background-color: #5DC320;
}
</style>
border-color css
<style>
span { border-color: #5DC320; }
span { border-color: rgb(93,195,32); }
td.TdClassName
{
border-color: #5DC320;
}
.TagClassName
{
border-color: #5DC320;
}
</style>