Shades of Kelly Green #4AC52C
Tints of Kelly Green #4AC52C
RGB
CMYK
RGB Variations
Color information
#4AC52C (or 0x4AC52C) is known color: Kelly Green. HEX triplet: 4A, C5 and 2C. RGB value is (74,197,44). Sum of RGB (Red+Green+Blue) = 74+197+44=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC52C is #B53AD3. Grayscale: #8F8F8F. Windows color (decimal): -11877076 or 2934090. OLE color: 2934090.
HSL color Cylindrical-coordinate representation of color #4AC52C: hue angle of 108.24º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AC52C is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 44 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.23 |
| HSL | 108.24º | 0.63% | 0.47% | - |
| HSV(B) | 108.24º | 0.78% | 0.77% | - |
| XYZ | 23.24 | 41.57 | 9.18 | - |
| YUV | 142.78 | 72.25 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 44 | 0.62 | 0 | 0.78 | 0.23 | 108.24 | 0.63 | 0.47 |
| Hex | 4A | C5 | 2C | 3E | 0 | 4E | 17 | 6C | 3F | 2F |
| Octal | 112 | 305 | 54 | 76 | 0 | 116 | 27 | 154 | 77 | 57 |
| Binary | 1001010 | 11000101 | 101100 | 111110 | 0 | 1001110 | 10111 | 1101100 | 111111 | 101111 |
Color Harmonies of #4AC52C
Complementary color
Monochromatic Colors of #4AC52C
Black with #4AC52C
Text Example
Text Example
White with #4AC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC52C; }
p { color: rgb(74,197,44); }
H1.HeaderClassName
{
color: #4AC52C;
}
.AnyTagClassName
{
color: #4AC52C;
}
</style>
background-color css
<style>
a { background-color: #4AC52C; }
a { background-color: rgb(74,197,44); }
div.DivClassName
{
background-color: #4AC52C;
}
.BgClassName
{
background-color: #4AC52C;
}
</style>
border-color css
<style>
span { border-color: #4AC52C; }
span { border-color: rgb(74,197,44); }
td.TdClassName
{
border-color: #4AC52C;
}
.TagClassName
{
border-color: #4AC52C;
}
</style>