Shades of Kelly Green #4AD811
Tints of Kelly Green #4AD811
RGB
CMYK
RGB Variations
Color information
#4AD811 (or 0x4AD811) is known color: Kelly Green. HEX triplet: 4A, D8 and 11. RGB value is (74,216,17). Sum of RGB (Red+Green+Blue) = 74+216+17=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 216 (84.77% from 255 or 70.36% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD811 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD811 is #B527EE. Grayscale: #979797. Windows color (decimal): -11872239 or 1169482. OLE color: 1169482.
HSL color Cylindrical-coordinate representation of color #4AD811: hue angle of 102.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AD811 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 17 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.15 |
| HSL | 102.81º | 0.85% | 0.46% | - |
| HSV(B) | 102.81º | 0.92% | 0.85% | - |
| XYZ | 27.48 | 50.61 | 8.85 | - |
| YUV | 150.86 | 52.46 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 17 | 0.66 | 0 | 0.92 | 0.15 | 102.81 | 0.85 | 0.46 |
| Hex | 4A | D8 | 11 | 42 | 0 | 5C | F | 67 | 55 | 2E |
| Octal | 112 | 330 | 21 | 102 | 0 | 134 | 17 | 147 | 125 | 56 |
| Binary | 1001010 | 11011000 | 10001 | 1000010 | 0 | 1011100 | 1111 | 1100111 | 1010101 | 101110 |
Color Harmonies of #4AD811
Complementary color
Monochromatic Colors of #4AD811
Black with #4AD811
Text Example
Text Example
White with #4AD811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD811; }
p { color: rgb(74,216,17); }
H1.HeaderClassName
{
color: #4AD811;
}
.AnyTagClassName
{
color: #4AD811;
}
</style>
background-color css
<style>
a { background-color: #4AD811; }
a { background-color: rgb(74,216,17); }
div.DivClassName
{
background-color: #4AD811;
}
.BgClassName
{
background-color: #4AD811;
}
</style>
border-color css
<style>
span { border-color: #4AD811; }
span { border-color: rgb(74,216,17); }
td.TdClassName
{
border-color: #4AD811;
}
.TagClassName
{
border-color: #4AD811;
}
</style>