Shades of Kelly Green #4BA814
Tints of Kelly Green #4BA814
RGB
CMYK
RGB Variations
Color information
#4BA814 (or 0x4BA814) is known color: Kelly Green. HEX triplet: 4B, A8 and 14. RGB value is (75,168,20). Sum of RGB (Red+Green+Blue) = 75+168+20=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 168 (66.02% from 255 or 63.88% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA814 is #B457EB. Grayscale: #7B7B7B. Windows color (decimal): -11818988 or 1353803. OLE color: 1353803.
HSL color Cylindrical-coordinate representation of color #4BA814: hue angle of 97.7º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BA814 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 20 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.34 |
| HSL | 97.7º | 0.79% | 0.37% | - |
| HSV(B) | 97.7º | 0.88% | 0.66% | - |
| XYZ | 17.03 | 29.55 | 5.47 | - |
| YUV | 123.32 | 69.69 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 20 | 0.55 | 0 | 0.88 | 0.34 | 97.7 | 0.79 | 0.37 |
| Hex | 4B | A8 | 14 | 37 | 0 | 58 | 22 | 62 | 4F | 25 |
| Octal | 113 | 250 | 24 | 67 | 0 | 130 | 42 | 142 | 117 | 45 |
| Binary | 1001011 | 10101000 | 10100 | 110111 | 0 | 1011000 | 100010 | 1100010 | 1001111 | 100101 |
Color Harmonies of #4BA814
Complementary color
Monochromatic Colors of #4BA814
Black with #4BA814
Text Example
Text Example
White with #4BA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA814; }
p { color: rgb(75,168,20); }
H1.HeaderClassName
{
color: #4BA814;
}
.AnyTagClassName
{
color: #4BA814;
}
</style>
background-color css
<style>
a { background-color: #4BA814; }
a { background-color: rgb(75,168,20); }
div.DivClassName
{
background-color: #4BA814;
}
.BgClassName
{
background-color: #4BA814;
}
</style>
border-color css
<style>
span { border-color: #4BA814; }
span { border-color: rgb(75,168,20); }
td.TdClassName
{
border-color: #4BA814;
}
.TagClassName
{
border-color: #4BA814;
}
</style>