Shades of Kelly Green #5DAE1A
Tints of Kelly Green #5DAE1A
RGB
CMYK
RGB Variations
Color information
#5DAE1A (or 0x5DAE1A) is known color: Kelly Green. HEX triplet: 5D, AE and 1A. RGB value is (93,174,26). Sum of RGB (Red+Green+Blue) = 93+174+26=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE1A is #A251E5. Grayscale: #858585. Windows color (decimal): -10637798 or 1748573. OLE color: 1748573.
HSL color Cylindrical-coordinate representation of color #5DAE1A: hue angle of 92.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DAE1A is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 26 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.32 |
| HSL | 92.84º | 0.74% | 0.39% | - |
| HSV(B) | 92.84º | 0.85% | 0.68% | - |
| XYZ | 19.84 | 32.67 | 6.24 | - |
| YUV | 132.91 | 67.66 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 26 | 0.47 | 0 | 0.85 | 0.32 | 92.84 | 0.74 | 0.39 |
| Hex | 5D | AE | 1A | 2F | 0 | 55 | 20 | 5D | 4A | 27 |
| Octal | 135 | 256 | 32 | 57 | 0 | 125 | 40 | 135 | 112 | 47 |
| Binary | 1011101 | 10101110 | 11010 | 101111 | 0 | 1010101 | 100000 | 1011101 | 1001010 | 100111 |
Color Harmonies of #5DAE1A
Complementary color
Monochromatic Colors of #5DAE1A
Black with #5DAE1A
Text Example
Text Example
White with #5DAE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE1A; }
p { color: rgb(93,174,26); }
H1.HeaderClassName
{
color: #5DAE1A;
}
.AnyTagClassName
{
color: #5DAE1A;
}
</style>
background-color css
<style>
a { background-color: #5DAE1A; }
a { background-color: rgb(93,174,26); }
div.DivClassName
{
background-color: #5DAE1A;
}
.BgClassName
{
background-color: #5DAE1A;
}
</style>
border-color css
<style>
span { border-color: #5DAE1A; }
span { border-color: rgb(93,174,26); }
td.TdClassName
{
border-color: #5DAE1A;
}
.TagClassName
{
border-color: #5DAE1A;
}
</style>