Shades of Kelly Green #4BAC20
Tints of Kelly Green #4BAC20
RGB
CMYK
RGB Variations
Color information
#4BAC20 (or 0x4BAC20) is known color: Kelly Green. HEX triplet: 4B, AC and 20. RGB value is (75,172,32). Sum of RGB (Red+Green+Blue) = 75+172+32=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAC20 is #B453DF. Grayscale: #7F7F7F. Windows color (decimal): -11817952 or 2141259. OLE color: 2141259.
HSL color Cylindrical-coordinate representation of color #4BAC20: hue angle of 101.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4BAC20 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 32 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.33 |
| HSL | 101.57º | 0.69% | 0.4% | - |
| HSV(B) | 101.57º | 0.81% | 0.67% | - |
| XYZ | 17.91 | 31.11 | 6.43 | - |
| YUV | 127.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 32 | 0.56 | 0 | 0.81 | 0.33 | 101.57 | 0.69 | 0.4 |
| Hex | 4B | AC | 20 | 38 | 0 | 51 | 21 | 66 | 45 | 28 |
| Octal | 113 | 254 | 40 | 70 | 0 | 121 | 41 | 146 | 105 | 50 |
| Binary | 1001011 | 10101100 | 100000 | 111000 | 0 | 1010001 | 100001 | 1100110 | 1000101 | 101000 |
Color Harmonies of #4BAC20
Complementary color
Monochromatic Colors of #4BAC20
Black with #4BAC20
Text Example
Text Example
White with #4BAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC20; }
p { color: rgb(75,172,32); }
H1.HeaderClassName
{
color: #4BAC20;
}
.AnyTagClassName
{
color: #4BAC20;
}
</style>
background-color css
<style>
a { background-color: #4BAC20; }
a { background-color: rgb(75,172,32); }
div.DivClassName
{
background-color: #4BAC20;
}
.BgClassName
{
background-color: #4BAC20;
}
</style>
border-color css
<style>
span { border-color: #4BAC20; }
span { border-color: rgb(75,172,32); }
td.TdClassName
{
border-color: #4BAC20;
}
.TagClassName
{
border-color: #4BAC20;
}
</style>