Shades of Kelly Green #4BAC14
Tints of Kelly Green #4BAC14
RGB
CMYK
RGB Variations
Color information
#4BAC14 (or 0x4BAC14) is known color: Kelly Green. HEX triplet: 4B, AC and 14. RGB value is (75,172,20). Sum of RGB (Red+Green+Blue) = 75+172+20=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 172 (67.58% from 255 or 64.42% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAC14 is #B453EB. Grayscale: #7E7E7E. Windows color (decimal): -11817964 or 1354827. OLE color: 1354827.
HSL color Cylindrical-coordinate representation of color #4BAC14: hue angle of 98.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BAC14 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 20 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.33 |
| HSL | 98.29º | 0.79% | 0.38% | - |
| HSV(B) | 98.29º | 0.88% | 0.67% | - |
| XYZ | 17.78 | 31.05 | 5.72 | - |
| YUV | 125.67 | 68.36 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 20 | 0.56 | 0 | 0.88 | 0.33 | 98.29 | 0.79 | 0.38 |
| Hex | 4B | AC | 14 | 38 | 0 | 58 | 21 | 62 | 4F | 26 |
| Octal | 113 | 254 | 24 | 70 | 0 | 130 | 41 | 142 | 117 | 46 |
| Binary | 1001011 | 10101100 | 10100 | 111000 | 0 | 1011000 | 100001 | 1100010 | 1001111 | 100110 |
Color Harmonies of #4BAC14
Complementary color
Monochromatic Colors of #4BAC14
Black with #4BAC14
Text Example
Text Example
White with #4BAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC14; }
p { color: rgb(75,172,20); }
H1.HeaderClassName
{
color: #4BAC14;
}
.AnyTagClassName
{
color: #4BAC14;
}
</style>
background-color css
<style>
a { background-color: #4BAC14; }
a { background-color: rgb(75,172,20); }
div.DivClassName
{
background-color: #4BAC14;
}
.BgClassName
{
background-color: #4BAC14;
}
</style>
border-color css
<style>
span { border-color: #4BAC14; }
span { border-color: rgb(75,172,20); }
td.TdClassName
{
border-color: #4BAC14;
}
.TagClassName
{
border-color: #4BAC14;
}
</style>