Shades of Kelly Green #4AB400
Tints of Kelly Green #4AB400
RGB
CMYK
RGB Variations
Color information
#4AB400 (or 0x4AB400) is known color: Kelly Green. HEX triplet: 4A, B4 and 00. RGB value is (74,180,0). Sum of RGB (Red+Green+Blue) = 74+180+0=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB400 is #B54BFF. Grayscale: #808080. Windows color (decimal): -11881472 or 46154. OLE color: 46154.
HSL color Cylindrical-coordinate representation of color #4AB400: hue angle of 95.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AB400 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.29 |
| HSL | 95.33º | 1% | 0.35% | - |
| HSV(B) | 95.33º | 1% | 0.71% | - |
| XYZ | 19.15 | 34.1 | 5.57 | - |
| YUV | 127.79 | 55.88 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 0 | 0.59 | 0 | 1 | 0.29 | 95.33 | 1 | 0.35 |
| Hex | 4A | B4 | 0 | 3B | 0 | 64 | 1D | 5F | 64 | 23 |
| Octal | 112 | 264 | 0 | 73 | 0 | 144 | 35 | 137 | 144 | 43 |
| Binary | 1001010 | 10110100 | 0 | 111011 | 0 | 1100100 | 11101 | 1011111 | 1100100 | 100011 |
Color Harmonies of #4AB400
Complementary color
Monochromatic Colors of #4AB400
Black with #4AB400
Text Example
Text Example
White with #4AB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB400; }
p { color: rgb(74,180,0); }
H1.HeaderClassName
{
color: #4AB400;
}
.AnyTagClassName
{
color: #4AB400;
}
</style>
background-color css
<style>
a { background-color: #4AB400; }
a { background-color: rgb(74,180,0); }
div.DivClassName
{
background-color: #4AB400;
}
.BgClassName
{
background-color: #4AB400;
}
</style>
border-color css
<style>
span { border-color: #4AB400; }
span { border-color: rgb(74,180,0); }
td.TdClassName
{
border-color: #4AB400;
}
.TagClassName
{
border-color: #4AB400;
}
</style>