Shades of Kelly Green #4AB300
Tints of Kelly Green #4AB300
RGB
CMYK
RGB Variations
Color information
#4AB300 (or 0x4AB300) is known color: Kelly Green. HEX triplet: 4A, B3 and 00. RGB value is (74,179,0). Sum of RGB (Red+Green+Blue) = 74+179+0=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 179 (70.31% from 255 or 70.75% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB300 is #B54CFF. Grayscale: #7F7F7F. Windows color (decimal): -11881728 or 45898. OLE color: 45898.
HSL color Cylindrical-coordinate representation of color #4AB300: hue angle of 95.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AB300 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.30 |
| HSL | 95.2º | 1% | 0.35% | - |
| HSV(B) | 95.2º | 1% | 0.7% | - |
| XYZ | 18.94 | 33.7 | 5.51 | - |
| YUV | 127.2 | 56.21 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 0 | 0.59 | 0 | 1 | 0.30 | 95.2 | 1 | 0.35 |
| Hex | 4A | B3 | 0 | 3B | 0 | 64 | 1E | 5F | 64 | 23 |
| Octal | 112 | 263 | 0 | 73 | 0 | 144 | 36 | 137 | 144 | 43 |
| Binary | 1001010 | 10110011 | 0 | 111011 | 0 | 1100100 | 11110 | 1011111 | 1100100 | 100011 |
Color Harmonies of #4AB300
Complementary color
Monochromatic Colors of #4AB300
Black with #4AB300
Text Example
Text Example
White with #4AB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB300; }
p { color: rgb(74,179,0); }
H1.HeaderClassName
{
color: #4AB300;
}
.AnyTagClassName
{
color: #4AB300;
}
</style>
background-color css
<style>
a { background-color: #4AB300; }
a { background-color: rgb(74,179,0); }
div.DivClassName
{
background-color: #4AB300;
}
.BgClassName
{
background-color: #4AB300;
}
</style>
border-color css
<style>
span { border-color: #4AB300; }
span { border-color: rgb(74,179,0); }
td.TdClassName
{
border-color: #4AB300;
}
.TagClassName
{
border-color: #4AB300;
}
</style>