Shades of Kelly Green #4AD919
Tints of Kelly Green #4AD919
RGB
CMYK
RGB Variations
Color information
#4AD919 (or 0x4AD919) is known color: Kelly Green. HEX triplet: 4A, D9 and 19. RGB value is (74,217,25). Sum of RGB (Red+Green+Blue) = 74+217+25=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD919 is #B526E6. Grayscale: #989898. Windows color (decimal): -11871975 or 1694026. OLE color: 1694026.
HSL color Cylindrical-coordinate representation of color #4AD919: hue angle of 104.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AD919 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 25 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.15 |
| HSL | 104.69º | 0.79% | 0.47% | - |
| HSV(B) | 104.69º | 0.88% | 0.85% | - |
| XYZ | 27.81 | 51.15 | 9.33 | - |
| YUV | 152.36 | 56.12 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 25 | 0.66 | 0 | 0.88 | 0.15 | 104.69 | 0.79 | 0.47 |
| Hex | 4A | D9 | 19 | 42 | 0 | 58 | F | 69 | 4F | 2F |
| Octal | 112 | 331 | 31 | 102 | 0 | 130 | 17 | 151 | 117 | 57 |
| Binary | 1001010 | 11011001 | 11001 | 1000010 | 0 | 1011000 | 1111 | 1101001 | 1001111 | 101111 |
Color Harmonies of #4AD919
Complementary color
Monochromatic Colors of #4AD919
Black with #4AD919
Text Example
Text Example
White with #4AD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD919; }
p { color: rgb(74,217,25); }
H1.HeaderClassName
{
color: #4AD919;
}
.AnyTagClassName
{
color: #4AD919;
}
</style>
background-color css
<style>
a { background-color: #4AD919; }
a { background-color: rgb(74,217,25); }
div.DivClassName
{
background-color: #4AD919;
}
.BgClassName
{
background-color: #4AD919;
}
</style>
border-color css
<style>
span { border-color: #4AD919; }
span { border-color: rgb(74,217,25); }
td.TdClassName
{
border-color: #4AD919;
}
.TagClassName
{
border-color: #4AD919;
}
</style>