Shades of Kelly Green #4AC522
Tints of Kelly Green #4AC522
RGB
CMYK
RGB Variations
Color information
#4AC522 (or 0x4AC522) is known color: Kelly Green. HEX triplet: 4A, C5 and 22. RGB value is (74,197,34). Sum of RGB (Red+Green+Blue) = 74+197+34=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC522 is #B53ADD. Grayscale: #8E8E8E. Windows color (decimal): -11877086 or 2278730. OLE color: 2278730.
HSL color Cylindrical-coordinate representation of color #4AC522: hue angle of 105.28º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AC522 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 34 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.23 |
| HSL | 105.28º | 0.71% | 0.45% | - |
| HSV(B) | 105.28º | 0.83% | 0.77% | - |
| XYZ | 23.08 | 41.5 | 8.31 | - |
| YUV | 141.64 | 67.25 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 34 | 0.62 | 0 | 0.83 | 0.23 | 105.28 | 0.71 | 0.45 |
| Hex | 4A | C5 | 22 | 3E | 0 | 53 | 17 | 69 | 47 | 2D |
| Octal | 112 | 305 | 42 | 76 | 0 | 123 | 27 | 151 | 107 | 55 |
| Binary | 1001010 | 11000101 | 100010 | 111110 | 0 | 1010011 | 10111 | 1101001 | 1000111 | 101101 |
Color Harmonies of #4AC522
Complementary color
Monochromatic Colors of #4AC522
Black with #4AC522
Text Example
Text Example
White with #4AC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC522; }
p { color: rgb(74,197,34); }
H1.HeaderClassName
{
color: #4AC522;
}
.AnyTagClassName
{
color: #4AC522;
}
</style>
background-color css
<style>
a { background-color: #4AC522; }
a { background-color: rgb(74,197,34); }
div.DivClassName
{
background-color: #4AC522;
}
.BgClassName
{
background-color: #4AC522;
}
</style>
border-color css
<style>
span { border-color: #4AC522; }
span { border-color: rgb(74,197,34); }
td.TdClassName
{
border-color: #4AC522;
}
.TagClassName
{
border-color: #4AC522;
}
</style>