Shades of Kelly Green #5DC41A
Tints of Kelly Green #5DC41A
RGB
CMYK
RGB Variations
Color information
#5DC41A (or 0x5DC41A) is known color: Kelly Green. HEX triplet: 5D, C4 and 1A. RGB value is (93,196,26). Sum of RGB (Red+Green+Blue) = 93+196+26=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC41A is #A23BE5. Grayscale: #929292. Windows color (decimal): -10632166 or 1754205. OLE color: 1754205.
HSL color Cylindrical-coordinate representation of color #5DC41A: hue angle of 96.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DC41A is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 26 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.23 |
| HSL | 96.35º | 0.77% | 0.44% | - |
| HSV(B) | 96.35º | 0.87% | 0.77% | - |
| XYZ | 24.44 | 41.88 | 7.77 | - |
| YUV | 145.82 | 60.38 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 26 | 0.53 | 0 | 0.87 | 0.23 | 96.35 | 0.77 | 0.44 |
| Hex | 5D | C4 | 1A | 35 | 0 | 57 | 17 | 60 | 4D | 2C |
| Octal | 135 | 304 | 32 | 65 | 0 | 127 | 27 | 140 | 115 | 54 |
| Binary | 1011101 | 11000100 | 11010 | 110101 | 0 | 1010111 | 10111 | 1100000 | 1001101 | 101100 |
Color Harmonies of #5DC41A
Complementary color
Monochromatic Colors of #5DC41A
Black with #5DC41A
Text Example
Text Example
White with #5DC41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC41A; }
p { color: rgb(93,196,26); }
H1.HeaderClassName
{
color: #5DC41A;
}
.AnyTagClassName
{
color: #5DC41A;
}
</style>
background-color css
<style>
a { background-color: #5DC41A; }
a { background-color: rgb(93,196,26); }
div.DivClassName
{
background-color: #5DC41A;
}
.BgClassName
{
background-color: #5DC41A;
}
</style>
border-color css
<style>
span { border-color: #5DC41A; }
span { border-color: rgb(93,196,26); }
td.TdClassName
{
border-color: #5DC41A;
}
.TagClassName
{
border-color: #5DC41A;
}
</style>