Shades of Kelly Green #5DC52D
Tints of Kelly Green #5DC52D
RGB
CMYK
RGB Variations
Color information
#5DC52D (or 0x5DC52D) is known color: Kelly Green. HEX triplet: 5D, C5 and 2D. RGB value is (93,197,45). Sum of RGB (Red+Green+Blue) = 93+197+45=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC52D is #A23AD2. Grayscale: #959595. Windows color (decimal): -10631891 or 2999645. OLE color: 2999645.
HSL color Cylindrical-coordinate representation of color #5DC52D: hue angle of 101.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DC52D is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 197 | 45 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.23 |
| HSL | 101.05º | 0.63% | 0.47% | - |
| HSV(B) | 101.05º | 0.77% | 0.77% | - |
| XYZ | 24.95 | 42.45 | 9.36 | - |
| YUV | 148.58 | 69.54 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 197 | 45 | 0.53 | 0 | 0.77 | 0.23 | 101.05 | 0.63 | 0.47 |
| Hex | 5D | C5 | 2D | 35 | 0 | 4D | 17 | 65 | 3F | 2F |
| Octal | 135 | 305 | 55 | 65 | 0 | 115 | 27 | 145 | 77 | 57 |
| Binary | 1011101 | 11000101 | 101101 | 110101 | 0 | 1001101 | 10111 | 1100101 | 111111 | 101111 |
Color Harmonies of #5DC52D
Complementary color
Monochromatic Colors of #5DC52D
Black with #5DC52D
Text Example
Text Example
White with #5DC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC52D; }
p { color: rgb(93,197,45); }
H1.HeaderClassName
{
color: #5DC52D;
}
.AnyTagClassName
{
color: #5DC52D;
}
</style>
background-color css
<style>
a { background-color: #5DC52D; }
a { background-color: rgb(93,197,45); }
div.DivClassName
{
background-color: #5DC52D;
}
.BgClassName
{
background-color: #5DC52D;
}
</style>
border-color css
<style>
span { border-color: #5DC52D; }
span { border-color: rgb(93,197,45); }
td.TdClassName
{
border-color: #5DC52D;
}
.TagClassName
{
border-color: #5DC52D;
}
</style>