Shades of Kelly Green #4AC502
Tints of Kelly Green #4AC502
RGB
CMYK
RGB Variations
Color information
#4AC502 (or 0x4AC502) is known color: Kelly Green. HEX triplet: 4A, C5 and 02. RGB value is (74,197,2). Sum of RGB (Red+Green+Blue) = 74+197+2=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC502 is #B53AFD. Grayscale: #8A8A8A. Windows color (decimal): -11877118 or 181578. OLE color: 181578.
HSL color Cylindrical-coordinate representation of color #4AC502: hue angle of 97.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AC502 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.23 |
| HSL | 97.85º | 0.98% | 0.39% | - |
| HSV(B) | 97.85º | 0.99% | 0.77% | - |
| XYZ | 22.8 | 41.39 | 6.85 | - |
| YUV | 137.99 | 51.25 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 2 | 0.62 | 0 | 0.99 | 0.23 | 97.85 | 0.98 | 0.39 |
| Hex | 4A | C5 | 2 | 3E | 0 | 63 | 17 | 62 | 62 | 27 |
| Octal | 112 | 305 | 2 | 76 | 0 | 143 | 27 | 142 | 142 | 47 |
| Binary | 1001010 | 11000101 | 10 | 111110 | 0 | 1100011 | 10111 | 1100010 | 1100010 | 100111 |
Color Harmonies of #4AC502
Complementary color
Monochromatic Colors of #4AC502
Black with #4AC502
Text Example
Text Example
White with #4AC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC502; }
p { color: rgb(74,197,2); }
H1.HeaderClassName
{
color: #4AC502;
}
.AnyTagClassName
{
color: #4AC502;
}
</style>
background-color css
<style>
a { background-color: #4AC502; }
a { background-color: rgb(74,197,2); }
div.DivClassName
{
background-color: #4AC502;
}
.BgClassName
{
background-color: #4AC502;
}
</style>
border-color css
<style>
span { border-color: #4AC502; }
span { border-color: rgb(74,197,2); }
td.TdClassName
{
border-color: #4AC502;
}
.TagClassName
{
border-color: #4AC502;
}
</style>