Shades of Kelly Green #4AD913
Tints of Kelly Green #4AD913
RGB
CMYK
RGB Variations
Color information
#4AD913 (or 0x4AD913) is known color: Kelly Green. HEX triplet: 4A, D9 and 13. RGB value is (74,217,19). Sum of RGB (Red+Green+Blue) = 74+217+19=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD913 is #B526EC. Grayscale: #989898. Windows color (decimal): -11871981 or 1300810. OLE color: 1300810.
HSL color Cylindrical-coordinate representation of color #4AD913: hue angle of 103.33º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AD913 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 19 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.15 |
| HSL | 103.33º | 0.84% | 0.46% | - |
| HSV(B) | 103.33º | 0.91% | 0.85% | - |
| XYZ | 27.75 | 51.13 | 9.02 | - |
| YUV | 151.67 | 53.12 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 19 | 0.66 | 0 | 0.91 | 0.15 | 103.33 | 0.84 | 0.46 |
| Hex | 4A | D9 | 13 | 42 | 0 | 5B | F | 67 | 54 | 2E |
| Octal | 112 | 331 | 23 | 102 | 0 | 133 | 17 | 147 | 124 | 56 |
| Binary | 1001010 | 11011001 | 10011 | 1000010 | 0 | 1011011 | 1111 | 1100111 | 1010100 | 101110 |
Color Harmonies of #4AD913
Complementary color
Monochromatic Colors of #4AD913
Black with #4AD913
Text Example
Text Example
White with #4AD913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD913; }
p { color: rgb(74,217,19); }
H1.HeaderClassName
{
color: #4AD913;
}
.AnyTagClassName
{
color: #4AD913;
}
</style>
background-color css
<style>
a { background-color: #4AD913; }
a { background-color: rgb(74,217,19); }
div.DivClassName
{
background-color: #4AD913;
}
.BgClassName
{
background-color: #4AD913;
}
</style>
border-color css
<style>
span { border-color: #4AD913; }
span { border-color: rgb(74,217,19); }
td.TdClassName
{
border-color: #4AD913;
}
.TagClassName
{
border-color: #4AD913;
}
</style>