Shades of Kelly Green #5DC12C
Tints of Kelly Green #5DC12C
RGB
CMYK
RGB Variations
Color information
#5DC12C (or 0x5DC12C) is known color: Kelly Green. HEX triplet: 5D, C1 and 2C. RGB value is (93,193,44). Sum of RGB (Red+Green+Blue) = 93+193+44=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC12C is #A23ED3. Grayscale: #929292. Windows color (decimal): -10632916 or 2933085. OLE color: 2933085.
HSL color Cylindrical-coordinate representation of color #5DC12C: hue angle of 100.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DC12C is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 44 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.24 |
| HSL | 100.27º | 0.63% | 0.46% | - |
| HSV(B) | 100.27º | 0.77% | 0.76% | - |
| XYZ | 24.04 | 40.65 | 8.96 | - |
| YUV | 146.11 | 70.37 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 44 | 0.52 | 0 | 0.77 | 0.24 | 100.27 | 0.63 | 0.46 |
| Hex | 5D | C1 | 2C | 34 | 0 | 4D | 18 | 64 | 3F | 2E |
| Octal | 135 | 301 | 54 | 64 | 0 | 115 | 30 | 144 | 77 | 56 |
| Binary | 1011101 | 11000001 | 101100 | 110100 | 0 | 1001101 | 11000 | 1100100 | 111111 | 101110 |
Color Harmonies of #5DC12C
Complementary color
Monochromatic Colors of #5DC12C
Black with #5DC12C
Text Example
Text Example
White with #5DC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC12C; }
p { color: rgb(93,193,44); }
H1.HeaderClassName
{
color: #5DC12C;
}
.AnyTagClassName
{
color: #5DC12C;
}
</style>
background-color css
<style>
a { background-color: #5DC12C; }
a { background-color: rgb(93,193,44); }
div.DivClassName
{
background-color: #5DC12C;
}
.BgClassName
{
background-color: #5DC12C;
}
</style>
border-color css
<style>
span { border-color: #5DC12C; }
span { border-color: rgb(93,193,44); }
td.TdClassName
{
border-color: #5DC12C;
}
.TagClassName
{
border-color: #5DC12C;
}
</style>