Shades of Kelly Green #4BA001
Tints of Kelly Green #4BA001
RGB
CMYK
RGB Variations
Color information
#4BA001 (or 0x4BA001) is known color: Kelly Green. HEX triplet: 4B, A0 and 01. RGB value is (75,160,1). Sum of RGB (Red+Green+Blue) = 75+160+1=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA001 is #B45FFE. Grayscale: #757575. Windows color (decimal): -11821055 or 106571. OLE color: 106571.
HSL color Cylindrical-coordinate representation of color #4BA001: hue angle of 92.08º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BA001 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.37 |
| HSL | 92.08º | 0.99% | 0.32% | - |
| HSV(B) | 92.08º | 0.99% | 0.63% | - |
| XYZ | 15.48 | 26.64 | 4.35 | - |
| YUV | 116.46 | 62.84 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 1 | 0.53 | 0 | 0.99 | 0.37 | 92.08 | 0.99 | 0.32 |
| Hex | 4B | A0 | 1 | 35 | 0 | 63 | 25 | 5C | 63 | 20 |
| Octal | 113 | 240 | 1 | 65 | 0 | 143 | 45 | 134 | 143 | 40 |
| Binary | 1001011 | 10100000 | 1 | 110101 | 0 | 1100011 | 100101 | 1011100 | 1100011 | 100000 |
Color Harmonies of #4BA001
Complementary color
Monochromatic Colors of #4BA001
Black with #4BA001
Text Example
Text Example
White with #4BA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA001; }
p { color: rgb(75,160,1); }
H1.HeaderClassName
{
color: #4BA001;
}
.AnyTagClassName
{
color: #4BA001;
}
</style>
background-color css
<style>
a { background-color: #4BA001; }
a { background-color: rgb(75,160,1); }
div.DivClassName
{
background-color: #4BA001;
}
.BgClassName
{
background-color: #4BA001;
}
</style>
border-color css
<style>
span { border-color: #4BA001; }
span { border-color: rgb(75,160,1); }
td.TdClassName
{
border-color: #4BA001;
}
.TagClassName
{
border-color: #4BA001;
}
</style>