Shades of Kelly Green #4AD713
Tints of Kelly Green #4AD713
RGB
CMYK
RGB Variations
Color information
#4AD713 (or 0x4AD713) is known color: Kelly Green. HEX triplet: 4A, D7 and 13. RGB value is (74,215,19). Sum of RGB (Red+Green+Blue) = 74+215+19=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 215 (84.38% from 255 or 69.81% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD713 is #B528EC. Grayscale: #979797. Windows color (decimal): -11872493 or 1300298. OLE color: 1300298.
HSL color Cylindrical-coordinate representation of color #4AD713: hue angle of 103.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AD713 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 19 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.16 |
| HSL | 103.16º | 0.84% | 0.46% | - |
| HSV(B) | 103.16º | 0.91% | 0.84% | - |
| XYZ | 27.24 | 50.1 | 8.85 | - |
| YUV | 150.5 | 53.79 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 19 | 0.66 | 0 | 0.91 | 0.16 | 103.16 | 0.84 | 0.46 |
| Hex | 4A | D7 | 13 | 42 | 0 | 5B | 10 | 67 | 54 | 2E |
| Octal | 112 | 327 | 23 | 102 | 0 | 133 | 20 | 147 | 124 | 56 |
| Binary | 1001010 | 11010111 | 10011 | 1000010 | 0 | 1011011 | 10000 | 1100111 | 1010100 | 101110 |
Color Harmonies of #4AD713
Complementary color
Monochromatic Colors of #4AD713
Black with #4AD713
Text Example
Text Example
White with #4AD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD713; }
p { color: rgb(74,215,19); }
H1.HeaderClassName
{
color: #4AD713;
}
.AnyTagClassName
{
color: #4AD713;
}
</style>
background-color css
<style>
a { background-color: #4AD713; }
a { background-color: rgb(74,215,19); }
div.DivClassName
{
background-color: #4AD713;
}
.BgClassName
{
background-color: #4AD713;
}
</style>
border-color css
<style>
span { border-color: #4AD713; }
span { border-color: rgb(74,215,19); }
td.TdClassName
{
border-color: #4AD713;
}
.TagClassName
{
border-color: #4AD713;
}
</style>