Shades of Kelly Green #4AD212
Tints of Kelly Green #4AD212
RGB
CMYK
RGB Variations
Color information
#4AD212 (or 0x4AD212) is known color: Kelly Green. HEX triplet: 4A, D2 and 12. RGB value is (74,210,18). Sum of RGB (Red+Green+Blue) = 74+210+18=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 210 (82.42% from 255 or 69.54% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD212 is #B52DED. Grayscale: #949494. Windows color (decimal): -11873774 or 1233482. OLE color: 1233482.
HSL color Cylindrical-coordinate representation of color #4AD212: hue angle of 102.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AD212 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 18 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.18 |
| HSL | 102.5º | 0.84% | 0.45% | - |
| HSV(B) | 102.5º | 0.91% | 0.82% | - |
| XYZ | 25.98 | 47.59 | 8.39 | - |
| YUV | 147.45 | 54.94 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 18 | 0.65 | 0 | 0.91 | 0.18 | 102.5 | 0.84 | 0.45 |
| Hex | 4A | D2 | 12 | 41 | 0 | 5B | 12 | 66 | 54 | 2D |
| Octal | 112 | 322 | 22 | 101 | 0 | 133 | 22 | 146 | 124 | 55 |
| Binary | 1001010 | 11010010 | 10010 | 1000001 | 0 | 1011011 | 10010 | 1100110 | 1010100 | 101101 |
Color Harmonies of #4AD212
Complementary color
Monochromatic Colors of #4AD212
Black with #4AD212
Text Example
Text Example
White with #4AD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD212; }
p { color: rgb(74,210,18); }
H1.HeaderClassName
{
color: #4AD212;
}
.AnyTagClassName
{
color: #4AD212;
}
</style>
background-color css
<style>
a { background-color: #4AD212; }
a { background-color: rgb(74,210,18); }
div.DivClassName
{
background-color: #4AD212;
}
.BgClassName
{
background-color: #4AD212;
}
</style>
border-color css
<style>
span { border-color: #4AD212; }
span { border-color: rgb(74,210,18); }
td.TdClassName
{
border-color: #4AD212;
}
.TagClassName
{
border-color: #4AD212;
}
</style>