Shades of Kelly Green #5DC12F
Tints of Kelly Green #5DC12F
RGB
CMYK
RGB Variations
Color information
#5DC12F (or 0x5DC12F) is known color: Kelly Green. HEX triplet: 5D, C1 and 2F. RGB value is (93,193,47). Sum of RGB (Red+Green+Blue) = 93+193+47=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC12F is #A23ED0. Grayscale: #929292. Windows color (decimal): -10632913 or 3129693. OLE color: 3129693.
HSL color Cylindrical-coordinate representation of color #5DC12F: hue angle of 101.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DC12F is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 47 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.24 |
| HSL | 101.1º | 0.61% | 0.47% | - |
| HSV(B) | 101.1º | 0.76% | 0.76% | - |
| XYZ | 24.1 | 40.67 | 9.27 | - |
| YUV | 146.46 | 71.87 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 47 | 0.52 | 0 | 0.76 | 0.24 | 101.1 | 0.61 | 0.47 |
| Hex | 5D | C1 | 2F | 34 | 0 | 4C | 18 | 65 | 3D | 2F |
| Octal | 135 | 301 | 57 | 64 | 0 | 114 | 30 | 145 | 75 | 57 |
| Binary | 1011101 | 11000001 | 101111 | 110100 | 0 | 1001100 | 11000 | 1100101 | 111101 | 101111 |
Color Harmonies of #5DC12F
Complementary color
Monochromatic Colors of #5DC12F
Black with #5DC12F
Text Example
Text Example
White with #5DC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC12F; }
p { color: rgb(93,193,47); }
H1.HeaderClassName
{
color: #5DC12F;
}
.AnyTagClassName
{
color: #5DC12F;
}
</style>
background-color css
<style>
a { background-color: #5DC12F; }
a { background-color: rgb(93,193,47); }
div.DivClassName
{
background-color: #5DC12F;
}
.BgClassName
{
background-color: #5DC12F;
}
</style>
border-color css
<style>
span { border-color: #5DC12F; }
span { border-color: rgb(93,193,47); }
td.TdClassName
{
border-color: #5DC12F;
}
.TagClassName
{
border-color: #5DC12F;
}
</style>