Shades of Kelly Green #4AB205
Tints of Kelly Green #4AB205
RGB
CMYK
RGB Variations
Color information
#4AB205 (or 0x4AB205) is known color: Kelly Green. HEX triplet: 4A, B2 and 05. RGB value is (74,178,5). Sum of RGB (Red+Green+Blue) = 74+178+5=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 178 (69.92% from 255 or 69.26% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AB205 is #B54DFA. Grayscale: #7F7F7F. Windows color (decimal): -11881979 or 373322. OLE color: 373322.
HSL color Cylindrical-coordinate representation of color #4AB205: hue angle of 96.07º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AB205 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 5 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.30 |
| HSL | 96.07º | 0.95% | 0.36% | - |
| HSV(B) | 96.07º | 0.97% | 0.7% | - |
| XYZ | 18.77 | 33.31 | 5.58 | - |
| YUV | 127.18 | 59.04 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 5 | 0.58 | 0 | 0.97 | 0.30 | 96.07 | 0.95 | 0.36 |
| Hex | 4A | B2 | 5 | 3A | 0 | 61 | 1E | 60 | 5F | 24 |
| Octal | 112 | 262 | 5 | 72 | 0 | 141 | 36 | 140 | 137 | 44 |
| Binary | 1001010 | 10110010 | 101 | 111010 | 0 | 1100001 | 11110 | 1100000 | 1011111 | 100100 |
Color Harmonies of #4AB205
Complementary color
Monochromatic Colors of #4AB205
Black with #4AB205
Text Example
Text Example
White with #4AB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB205; }
p { color: rgb(74,178,5); }
H1.HeaderClassName
{
color: #4AB205;
}
.AnyTagClassName
{
color: #4AB205;
}
</style>
background-color css
<style>
a { background-color: #4AB205; }
a { background-color: rgb(74,178,5); }
div.DivClassName
{
background-color: #4AB205;
}
.BgClassName
{
background-color: #4AB205;
}
</style>
border-color css
<style>
span { border-color: #4AB205; }
span { border-color: rgb(74,178,5); }
td.TdClassName
{
border-color: #4AB205;
}
.TagClassName
{
border-color: #4AB205;
}
</style>