Shades of Kelly Green #4AD90D
Tints of Kelly Green #4AD90D
RGB
CMYK
RGB Variations
Color information
#4AD90D (or 0x4AD90D) is known color: Kelly Green. HEX triplet: 4A, D9 and 0D. RGB value is (74,217,13). Sum of RGB (Red+Green+Blue) = 74+217+13=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD90D is #B526F2. Grayscale: #979797. Windows color (decimal): -11871987 or 907594. OLE color: 907594.
HSL color Cylindrical-coordinate representation of color #4AD90D: hue angle of 102.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AD90D is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 13 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.15 |
| HSL | 102.06º | 0.89% | 0.45% | - |
| HSV(B) | 102.06º | 0.94% | 0.85% | - |
| XYZ | 27.71 | 51.11 | 8.79 | - |
| YUV | 150.99 | 50.12 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 13 | 0.66 | 0 | 0.94 | 0.15 | 102.06 | 0.89 | 0.45 |
| Hex | 4A | D9 | D | 42 | 0 | 5E | F | 66 | 59 | 2D |
| Octal | 112 | 331 | 15 | 102 | 0 | 136 | 17 | 146 | 131 | 55 |
| Binary | 1001010 | 11011001 | 1101 | 1000010 | 0 | 1011110 | 1111 | 1100110 | 1011001 | 101101 |
Color Harmonies of #4AD90D
Complementary color
Monochromatic Colors of #4AD90D
Black with #4AD90D
Text Example
Text Example
White with #4AD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD90D; }
p { color: rgb(74,217,13); }
H1.HeaderClassName
{
color: #4AD90D;
}
.AnyTagClassName
{
color: #4AD90D;
}
</style>
background-color css
<style>
a { background-color: #4AD90D; }
a { background-color: rgb(74,217,13); }
div.DivClassName
{
background-color: #4AD90D;
}
.BgClassName
{
background-color: #4AD90D;
}
</style>
border-color css
<style>
span { border-color: #4AD90D; }
span { border-color: rgb(74,217,13); }
td.TdClassName
{
border-color: #4AD90D;
}
.TagClassName
{
border-color: #4AD90D;
}
</style>