Shades of Kelly Green #4AB900
Tints of Kelly Green #4AB900
RGB
CMYK
RGB Variations
Color information
#4AB900 (or 0x4AB900) is known color: Kelly Green. HEX triplet: 4A, B9 and 00. RGB value is (74,185,0). Sum of RGB (Red+Green+Blue) = 74+185+0=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 185 (72.66% from 255 or 71.43% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB900 is #B546FF. Grayscale: #838383. Windows color (decimal): -11880192 or 47434. OLE color: 47434.
HSL color Cylindrical-coordinate representation of color #4AB900: hue angle of 96º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AB900 is Cyan = 0.6, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 185 | 0 | - |
| CMYK | 0.6 | 0 | 1 | 0.27 |
| HSL | 96º | 1% | 0.36% | - |
| HSV(B) | 96º | 1% | 0.73% | - |
| XYZ | 20.17 | 36.15 | 5.92 | - |
| YUV | 130.72 | 54.23 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 0 | 0.6 | 0 | 1 | 0.27 | 96 | 1 | 0.36 |
| Hex | 4A | B9 | 0 | 3C | 0 | 64 | 1B | 60 | 64 | 24 |
| Octal | 112 | 271 | 0 | 74 | 0 | 144 | 33 | 140 | 144 | 44 |
| Binary | 1001010 | 10111001 | 0 | 111100 | 0 | 1100100 | 11011 | 1100000 | 1100100 | 100100 |
Color Harmonies of #4AB900
Complementary color
Monochromatic Colors of #4AB900
Black with #4AB900
Text Example
Text Example
White with #4AB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB900; }
p { color: rgb(74,185,0); }
H1.HeaderClassName
{
color: #4AB900;
}
.AnyTagClassName
{
color: #4AB900;
}
</style>
background-color css
<style>
a { background-color: #4AB900; }
a { background-color: rgb(74,185,0); }
div.DivClassName
{
background-color: #4AB900;
}
.BgClassName
{
background-color: #4AB900;
}
</style>
border-color css
<style>
span { border-color: #4AB900; }
span { border-color: rgb(74,185,0); }
td.TdClassName
{
border-color: #4AB900;
}
.TagClassName
{
border-color: #4AB900;
}
</style>