Shades of Kelly Green #4ADA24
Tints of Kelly Green #4ADA24
RGB
CMYK
RGB Variations
Color information
#4ADA24 (or 0x4ADA24) is known color: Kelly Green. HEX triplet: 4A, DA and 24. RGB value is (74,218,36). Sum of RGB (Red+Green+Blue) = 74+218+36=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 218 (85.55% from 255 or 66.46% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADA24 is #B525DB. Grayscale: #9A9A9A. Windows color (decimal): -11871708 or 2415178. OLE color: 2415178.
HSL color Cylindrical-coordinate representation of color #4ADA24: hue angle of 107.47º 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 #4ADA24 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 36 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.15 |
| HSL | 107.47º | 0.72% | 0.5% | - |
| HSV(B) | 107.47º | 0.83% | 0.85% | - |
| XYZ | 28.21 | 51.73 | 10.17 | - |
| YUV | 154.2 | 61.29 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 36 | 0.66 | 0 | 0.83 | 0.15 | 107.47 | 0.72 | 0.5 |
| Hex | 4A | DA | 24 | 42 | 0 | 53 | F | 6B | 48 | 32 |
| Octal | 112 | 332 | 44 | 102 | 0 | 123 | 17 | 153 | 110 | 62 |
| Binary | 1001010 | 11011010 | 100100 | 1000010 | 0 | 1010011 | 1111 | 1101011 | 1001000 | 110010 |
Color Harmonies of #4ADA24
Complementary color
Monochromatic Colors of #4ADA24
Black with #4ADA24
Text Example
Text Example
White with #4ADA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA24; }
p { color: rgb(74,218,36); }
H1.HeaderClassName
{
color: #4ADA24;
}
.AnyTagClassName
{
color: #4ADA24;
}
</style>
background-color css
<style>
a { background-color: #4ADA24; }
a { background-color: rgb(74,218,36); }
div.DivClassName
{
background-color: #4ADA24;
}
.BgClassName
{
background-color: #4ADA24;
}
</style>
border-color css
<style>
span { border-color: #4ADA24; }
span { border-color: rgb(74,218,36); }
td.TdClassName
{
border-color: #4ADA24;
}
.TagClassName
{
border-color: #4ADA24;
}
</style>