Shades of Kelly Green #4BAA14
Tints of Kelly Green #4BAA14
RGB
CMYK
RGB Variations
Color information
#4BAA14 (or 0x4BAA14) is known color: Kelly Green. HEX triplet: 4B, AA and 14. RGB value is (75,170,20). Sum of RGB (Red+Green+Blue) = 75+170+20=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAA14 is #B455EB. Grayscale: #7D7D7D. Windows color (decimal): -11818476 or 1354315. OLE color: 1354315.
HSL color Cylindrical-coordinate representation of color #4BAA14: hue angle of 98º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BAA14 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 20 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.33 |
| HSL | 98º | 0.79% | 0.37% | - |
| HSV(B) | 98º | 0.88% | 0.67% | - |
| XYZ | 17.4 | 30.3 | 5.59 | - |
| YUV | 124.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 20 | 0.56 | 0 | 0.88 | 0.33 | 98 | 0.79 | 0.37 |
| Hex | 4B | AA | 14 | 38 | 0 | 58 | 21 | 62 | 4F | 25 |
| Octal | 113 | 252 | 24 | 70 | 0 | 130 | 41 | 142 | 117 | 45 |
| Binary | 1001011 | 10101010 | 10100 | 111000 | 0 | 1011000 | 100001 | 1100010 | 1001111 | 100101 |
Color Harmonies of #4BAA14
Complementary color
Monochromatic Colors of #4BAA14
Black with #4BAA14
Text Example
Text Example
White with #4BAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA14; }
p { color: rgb(75,170,20); }
H1.HeaderClassName
{
color: #4BAA14;
}
.AnyTagClassName
{
color: #4BAA14;
}
</style>
background-color css
<style>
a { background-color: #4BAA14; }
a { background-color: rgb(75,170,20); }
div.DivClassName
{
background-color: #4BAA14;
}
.BgClassName
{
background-color: #4BAA14;
}
</style>
border-color css
<style>
span { border-color: #4BAA14; }
span { border-color: rgb(75,170,20); }
td.TdClassName
{
border-color: #4BAA14;
}
.TagClassName
{
border-color: #4BAA14;
}
</style>