Shades of Kelly Green #5DC12A
Tints of Kelly Green #5DC12A
RGB
CMYK
RGB Variations
Color information
#5DC12A (or 0x5DC12A) is known color: Kelly Green. HEX triplet: 5D, C1 and 2A. RGB value is (93,193,42). Sum of RGB (Red+Green+Blue) = 93+193+42=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC12A is #A23ED5. Grayscale: #929292. Windows color (decimal): -10632918 or 2802013. OLE color: 2802013.
HSL color Cylindrical-coordinate representation of color #5DC12A: hue angle of 99.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DC12A is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 42 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.24 |
| HSL | 99.74º | 0.64% | 0.46% | - |
| HSV(B) | 99.74º | 0.78% | 0.76% | - |
| XYZ | 24 | 40.63 | 8.77 | - |
| YUV | 145.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 42 | 0.52 | 0 | 0.78 | 0.24 | 99.74 | 0.64 | 0.46 |
| Hex | 5D | C1 | 2A | 34 | 0 | 4E | 18 | 64 | 40 | 2E |
| Octal | 135 | 301 | 52 | 64 | 0 | 116 | 30 | 144 | 100 | 56 |
| Binary | 1011101 | 11000001 | 101010 | 110100 | 0 | 1001110 | 11000 | 1100100 | 1000000 | 101110 |
Color Harmonies of #5DC12A
Complementary color
Monochromatic Colors of #5DC12A
Black with #5DC12A
Text Example
Text Example
White with #5DC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC12A; }
p { color: rgb(93,193,42); }
H1.HeaderClassName
{
color: #5DC12A;
}
.AnyTagClassName
{
color: #5DC12A;
}
</style>
background-color css
<style>
a { background-color: #5DC12A; }
a { background-color: rgb(93,193,42); }
div.DivClassName
{
background-color: #5DC12A;
}
.BgClassName
{
background-color: #5DC12A;
}
</style>
border-color css
<style>
span { border-color: #5DC12A; }
span { border-color: rgb(93,193,42); }
td.TdClassName
{
border-color: #5DC12A;
}
.TagClassName
{
border-color: #5DC12A;
}
</style>