Shades of Kelly Green #4AC526
Tints of Kelly Green #4AC526
RGB
CMYK
RGB Variations
Color information
#4AC526 (or 0x4AC526) is known color: Kelly Green. HEX triplet: 4A, C5 and 26. RGB value is (74,197,38). Sum of RGB (Red+Green+Blue) = 74+197+38=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC526 is #B53AD9. Grayscale: #8E8E8E. Windows color (decimal): -11877082 or 2540874. OLE color: 2540874.
HSL color Cylindrical-coordinate representation of color #4AC526: hue angle of 106.42º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AC526 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 38 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.23 |
| HSL | 106.42º | 0.68% | 0.46% | - |
| HSV(B) | 106.42º | 0.81% | 0.77% | - |
| XYZ | 23.14 | 41.53 | 8.63 | - |
| YUV | 142.1 | 69.25 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 38 | 0.62 | 0 | 0.81 | 0.23 | 106.42 | 0.68 | 0.46 |
| Hex | 4A | C5 | 26 | 3E | 0 | 51 | 17 | 6A | 44 | 2E |
| Octal | 112 | 305 | 46 | 76 | 0 | 121 | 27 | 152 | 104 | 56 |
| Binary | 1001010 | 11000101 | 100110 | 111110 | 0 | 1010001 | 10111 | 1101010 | 1000100 | 101110 |
Color Harmonies of #4AC526
Complementary color
Monochromatic Colors of #4AC526
Black with #4AC526
Text Example
Text Example
White with #4AC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC526; }
p { color: rgb(74,197,38); }
H1.HeaderClassName
{
color: #4AC526;
}
.AnyTagClassName
{
color: #4AC526;
}
</style>
background-color css
<style>
a { background-color: #4AC526; }
a { background-color: rgb(74,197,38); }
div.DivClassName
{
background-color: #4AC526;
}
.BgClassName
{
background-color: #4AC526;
}
</style>
border-color css
<style>
span { border-color: #4AC526; }
span { border-color: rgb(74,197,38); }
td.TdClassName
{
border-color: #4AC526;
}
.TagClassName
{
border-color: #4AC526;
}
</style>