Shades of Kelly Green #4AD321
Tints of Kelly Green #4AD321
RGB
CMYK
RGB Variations
Color information
#4AD321 (or 0x4AD321) is known color: Kelly Green. HEX triplet: 4A, D3 and 21. RGB value is (74,211,33). Sum of RGB (Red+Green+Blue) = 74+211+33=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD321 is #B52CDE. Grayscale: #969696. Windows color (decimal): -11873503 or 2216778. OLE color: 2216778.
HSL color Cylindrical-coordinate representation of color #4AD321: hue angle of 106.18º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AD321 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 33 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.17 |
| HSL | 106.18º | 0.73% | 0.48% | - |
| HSV(B) | 106.18º | 0.84% | 0.83% | - |
| XYZ | 26.39 | 48.15 | 9.34 | - |
| YUV | 149.75 | 62.11 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 33 | 0.65 | 0 | 0.84 | 0.17 | 106.18 | 0.73 | 0.48 |
| Hex | 4A | D3 | 21 | 41 | 0 | 54 | 11 | 6A | 49 | 30 |
| Octal | 112 | 323 | 41 | 101 | 0 | 124 | 21 | 152 | 111 | 60 |
| Binary | 1001010 | 11010011 | 100001 | 1000001 | 0 | 1010100 | 10001 | 1101010 | 1001001 | 110000 |
Color Harmonies of #4AD321
Complementary color
Monochromatic Colors of #4AD321
Black with #4AD321
Text Example
Text Example
White with #4AD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD321; }
p { color: rgb(74,211,33); }
H1.HeaderClassName
{
color: #4AD321;
}
.AnyTagClassName
{
color: #4AD321;
}
</style>
background-color css
<style>
a { background-color: #4AD321; }
a { background-color: rgb(74,211,33); }
div.DivClassName
{
background-color: #4AD321;
}
.BgClassName
{
background-color: #4AD321;
}
</style>
border-color css
<style>
span { border-color: #4AD321; }
span { border-color: rgb(74,211,33); }
td.TdClassName
{
border-color: #4AD321;
}
.TagClassName
{
border-color: #4AD321;
}
</style>