Shades of Kelly Green #4BA017
Tints of Kelly Green #4BA017
RGB
CMYK
RGB Variations
Color information
#4BA017 (or 0x4BA017) is known color: Kelly Green. HEX triplet: 4B, A0 and 17. RGB value is (75,160,23). Sum of RGB (Red+Green+Blue) = 75+160+23=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA017 is #B45FE8. Grayscale: #777777. Windows color (decimal): -11821033 or 1548363. OLE color: 1548363.
HSL color Cylindrical-coordinate representation of color #4BA017: hue angle of 97.23º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BA017 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 23 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.37 |
| HSL | 97.23º | 0.75% | 0.36% | - |
| HSV(B) | 97.23º | 0.86% | 0.63% | - |
| XYZ | 15.63 | 26.7 | 5.14 | - |
| YUV | 118.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 23 | 0.53 | 0 | 0.86 | 0.37 | 97.23 | 0.75 | 0.36 |
| Hex | 4B | A0 | 17 | 35 | 0 | 56 | 25 | 61 | 4B | 24 |
| Octal | 113 | 240 | 27 | 65 | 0 | 126 | 45 | 141 | 113 | 44 |
| Binary | 1001011 | 10100000 | 10111 | 110101 | 0 | 1010110 | 100101 | 1100001 | 1001011 | 100100 |
Color Harmonies of #4BA017
Complementary color
Monochromatic Colors of #4BA017
Black with #4BA017
Text Example
Text Example
White with #4BA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA017; }
p { color: rgb(75,160,23); }
H1.HeaderClassName
{
color: #4BA017;
}
.AnyTagClassName
{
color: #4BA017;
}
</style>
background-color css
<style>
a { background-color: #4BA017; }
a { background-color: rgb(75,160,23); }
div.DivClassName
{
background-color: #4BA017;
}
.BgClassName
{
background-color: #4BA017;
}
</style>
border-color css
<style>
span { border-color: #4BA017; }
span { border-color: rgb(75,160,23); }
td.TdClassName
{
border-color: #4BA017;
}
.TagClassName
{
border-color: #4BA017;
}
</style>