Shades of Kelly Green #4AB100
Tints of Kelly Green #4AB100
RGB
CMYK
RGB Variations
Color information
#4AB100 (or 0x4AB100) is known color: Kelly Green. HEX triplet: 4A, B1 and 00. RGB value is (74,177,0). Sum of RGB (Red+Green+Blue) = 74+177+0=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 177 (69.53% from 255 or 70.52% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AB100 is #B54EFF. Grayscale: #7E7E7E. Windows color (decimal): -11882240 or 45386. OLE color: 45386.
HSL color Cylindrical-coordinate representation of color #4AB100: hue angle of 94.92º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AB100 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.31 |
| HSL | 94.92º | 1% | 0.35% | - |
| HSV(B) | 94.92º | 1% | 0.69% | - |
| XYZ | 18.55 | 32.9 | 5.37 | - |
| YUV | 126.03 | 56.88 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 0 | 0.58 | 0 | 1 | 0.31 | 94.92 | 1 | 0.35 |
| Hex | 4A | B1 | 0 | 3A | 0 | 64 | 1F | 5F | 64 | 23 |
| Octal | 112 | 261 | 0 | 72 | 0 | 144 | 37 | 137 | 144 | 43 |
| Binary | 1001010 | 10110001 | 0 | 111010 | 0 | 1100100 | 11111 | 1011111 | 1100100 | 100011 |
Color Harmonies of #4AB100
Complementary color
Monochromatic Colors of #4AB100
Black with #4AB100
Text Example
Text Example
White with #4AB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB100; }
p { color: rgb(74,177,0); }
H1.HeaderClassName
{
color: #4AB100;
}
.AnyTagClassName
{
color: #4AB100;
}
</style>
background-color css
<style>
a { background-color: #4AB100; }
a { background-color: rgb(74,177,0); }
div.DivClassName
{
background-color: #4AB100;
}
.BgClassName
{
background-color: #4AB100;
}
</style>
border-color css
<style>
span { border-color: #4AB100; }
span { border-color: rgb(74,177,0); }
td.TdClassName
{
border-color: #4AB100;
}
.TagClassName
{
border-color: #4AB100;
}
</style>