Shades of Kelly Green #4AD81D
Tints of Kelly Green #4AD81D
RGB
CMYK
RGB Variations
Color information
#4AD81D (or 0x4AD81D) is known color: Kelly Green. HEX triplet: 4A, D8 and 1D. RGB value is (74,216,29). Sum of RGB (Red+Green+Blue) = 74+216+29=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD81D is #B527E2. Grayscale: #989898. Windows color (decimal): -11872227 or 1955914. OLE color: 1955914.
HSL color Cylindrical-coordinate representation of color #4AD81D: hue angle of 105.56º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AD81D is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 29 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.15 |
| HSL | 105.56º | 0.76% | 0.48% | - |
| HSV(B) | 105.56º | 0.87% | 0.85% | - |
| XYZ | 27.6 | 50.66 | 9.49 | - |
| YUV | 152.22 | 58.46 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 29 | 0.66 | 0 | 0.87 | 0.15 | 105.56 | 0.76 | 0.48 |
| Hex | 4A | D8 | 1D | 42 | 0 | 57 | F | 6A | 4C | 30 |
| Octal | 112 | 330 | 35 | 102 | 0 | 127 | 17 | 152 | 114 | 60 |
| Binary | 1001010 | 11011000 | 11101 | 1000010 | 0 | 1010111 | 1111 | 1101010 | 1001100 | 110000 |
Color Harmonies of #4AD81D
Complementary color
Monochromatic Colors of #4AD81D
Black with #4AD81D
Text Example
Text Example
White with #4AD81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD81D; }
p { color: rgb(74,216,29); }
H1.HeaderClassName
{
color: #4AD81D;
}
.AnyTagClassName
{
color: #4AD81D;
}
</style>
background-color css
<style>
a { background-color: #4AD81D; }
a { background-color: rgb(74,216,29); }
div.DivClassName
{
background-color: #4AD81D;
}
.BgClassName
{
background-color: #4AD81D;
}
</style>
border-color css
<style>
span { border-color: #4AD81D; }
span { border-color: rgb(74,216,29); }
td.TdClassName
{
border-color: #4AD81D;
}
.TagClassName
{
border-color: #4AD81D;
}
</style>