Shades of Kelly Green #4AD50C
Tints of Kelly Green #4AD50C
RGB
CMYK
RGB Variations
Color information
#4AD50C (or 0x4AD50C) is known color: Kelly Green. HEX triplet: 4A, D5 and 0C. RGB value is (74,213,12). Sum of RGB (Red+Green+Blue) = 74+213+12=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD50C is #B52AF3. Grayscale: #959595. Windows color (decimal): -11873012 or 841034. OLE color: 841034.
HSL color Cylindrical-coordinate representation of color #4AD50C: hue angle of 101.49º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AD50C is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 12 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.16 |
| HSL | 101.49º | 0.89% | 0.44% | - |
| HSV(B) | 101.49º | 0.94% | 0.84% | - |
| XYZ | 26.68 | 49.07 | 8.41 | - |
| YUV | 148.53 | 50.95 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 12 | 0.65 | 0 | 0.94 | 0.16 | 101.49 | 0.89 | 0.44 |
| Hex | 4A | D5 | C | 41 | 0 | 5E | 10 | 65 | 59 | 2C |
| Octal | 112 | 325 | 14 | 101 | 0 | 136 | 20 | 145 | 131 | 54 |
| Binary | 1001010 | 11010101 | 1100 | 1000001 | 0 | 1011110 | 10000 | 1100101 | 1011001 | 101100 |
Color Harmonies of #4AD50C
Complementary color
Monochromatic Colors of #4AD50C
Black with #4AD50C
Text Example
Text Example
White with #4AD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD50C; }
p { color: rgb(74,213,12); }
H1.HeaderClassName
{
color: #4AD50C;
}
.AnyTagClassName
{
color: #4AD50C;
}
</style>
background-color css
<style>
a { background-color: #4AD50C; }
a { background-color: rgb(74,213,12); }
div.DivClassName
{
background-color: #4AD50C;
}
.BgClassName
{
background-color: #4AD50C;
}
</style>
border-color css
<style>
span { border-color: #4AD50C; }
span { border-color: rgb(74,213,12); }
td.TdClassName
{
border-color: #4AD50C;
}
.TagClassName
{
border-color: #4AD50C;
}
</style>