Shades of Kelly Green #5FDA24
Tints of Kelly Green #5FDA24
RGB
CMYK
RGB Variations
Color information
#5FDA24 (or 0x5FDA24) is known color: Kelly Green. HEX triplet: 5F, DA and 24. RGB value is (95,218,36). Sum of RGB (Red+Green+Blue) = 95+218+36=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 218 (85.55% from 255 or 62.46% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA24 is #A025DB. Grayscale: #A1A1A1. Windows color (decimal): -10495452 or 2415199. OLE color: 2415199.
HSL color Cylindrical-coordinate representation of color #5FDA24: hue angle of 100.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FDA24 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 36 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.15 |
| HSL | 100.55º | 0.72% | 0.5% | - |
| HSV(B) | 100.55º | 0.83% | 0.85% | - |
| XYZ | 30.11 | 52.7 | 10.25 | - |
| YUV | 160.48 | 57.75 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 36 | 0.56 | 0 | 0.83 | 0.15 | 100.55 | 0.72 | 0.5 |
| Hex | 5F | DA | 24 | 38 | 0 | 53 | F | 65 | 48 | 32 |
| Octal | 137 | 332 | 44 | 70 | 0 | 123 | 17 | 145 | 110 | 62 |
| Binary | 1011111 | 11011010 | 100100 | 111000 | 0 | 1010011 | 1111 | 1100101 | 1001000 | 110010 |
Color Harmonies of #5FDA24
Complementary color
Monochromatic Colors of #5FDA24
Black with #5FDA24
Text Example
Text Example
White with #5FDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA24; }
p { color: rgb(95,218,36); }
H1.HeaderClassName
{
color: #5FDA24;
}
.AnyTagClassName
{
color: #5FDA24;
}
</style>
background-color css
<style>
a { background-color: #5FDA24; }
a { background-color: rgb(95,218,36); }
div.DivClassName
{
background-color: #5FDA24;
}
.BgClassName
{
background-color: #5FDA24;
}
</style>
border-color css
<style>
span { border-color: #5FDA24; }
span { border-color: rgb(95,218,36); }
td.TdClassName
{
border-color: #5FDA24;
}
.TagClassName
{
border-color: #5FDA24;
}
</style>