Shades of Kelly Green #5AD024
Tints of Kelly Green #5AD024
RGB
CMYK
RGB Variations
Color information
#5AD024 (or 0x5AD024) is known color: Kelly Green. HEX triplet: 5A, D0 and 24. RGB value is (90,208,36). Sum of RGB (Red+Green+Blue) = 90+208+36=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD024 is #A52FDB. Grayscale: #999999. Windows color (decimal): -10825692 or 2412634. OLE color: 2412634.
HSL color Cylindrical-coordinate representation of color #5AD024: hue angle of 101.16º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AD024 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 36 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.18 |
| HSL | 101.16º | 0.7% | 0.48% | - |
| HSV(B) | 101.16º | 0.83% | 0.82% | - |
| XYZ | 27.09 | 47.41 | 9.39 | - |
| YUV | 153.11 | 61.91 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 36 | 0.57 | 0 | 0.83 | 0.18 | 101.16 | 0.7 | 0.48 |
| Hex | 5A | D0 | 24 | 39 | 0 | 53 | 12 | 65 | 46 | 30 |
| Octal | 132 | 320 | 44 | 71 | 0 | 123 | 22 | 145 | 106 | 60 |
| Binary | 1011010 | 11010000 | 100100 | 111001 | 0 | 1010011 | 10010 | 1100101 | 1000110 | 110000 |
Color Harmonies of #5AD024
Complementary color
Monochromatic Colors of #5AD024
Black with #5AD024
Text Example
Text Example
White with #5AD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD024; }
p { color: rgb(90,208,36); }
H1.HeaderClassName
{
color: #5AD024;
}
.AnyTagClassName
{
color: #5AD024;
}
</style>
background-color css
<style>
a { background-color: #5AD024; }
a { background-color: rgb(90,208,36); }
div.DivClassName
{
background-color: #5AD024;
}
.BgClassName
{
background-color: #5AD024;
}
</style>
border-color css
<style>
span { border-color: #5AD024; }
span { border-color: rgb(90,208,36); }
td.TdClassName
{
border-color: #5AD024;
}
.TagClassName
{
border-color: #5AD024;
}
</style>