Shades of Kelly Green #4BB320
Tints of Kelly Green #4BB320
RGB
CMYK
RGB Variations
Color information
#4BB320 (or 0x4BB320) is known color: Kelly Green. HEX triplet: 4B, B3 and 20. RGB value is (75,179,32). Sum of RGB (Red+Green+Blue) = 75+179+32=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB320 is #B44CDF. Grayscale: #838383. Windows color (decimal): -11816160 or 2143051. OLE color: 2143051.
HSL color Cylindrical-coordinate representation of color #4BB320: hue angle of 102.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BB320 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 179 | 32 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.30 |
| HSL | 102.45º | 0.7% | 0.41% | - |
| HSV(B) | 102.45º | 0.82% | 0.7% | - |
| XYZ | 19.28 | 33.84 | 6.88 | - |
| YUV | 131.15 | 72.04 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 179 | 32 | 0.58 | 0 | 0.82 | 0.30 | 102.45 | 0.7 | 0.41 |
| Hex | 4B | B3 | 20 | 3A | 0 | 52 | 1E | 66 | 46 | 29 |
| Octal | 113 | 263 | 40 | 72 | 0 | 122 | 36 | 146 | 106 | 51 |
| Binary | 1001011 | 10110011 | 100000 | 111010 | 0 | 1010010 | 11110 | 1100110 | 1000110 | 101001 |
Color Harmonies of #4BB320
Complementary color
Monochromatic Colors of #4BB320
Black with #4BB320
Text Example
Text Example
White with #4BB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB320; }
p { color: rgb(75,179,32); }
H1.HeaderClassName
{
color: #4BB320;
}
.AnyTagClassName
{
color: #4BB320;
}
</style>
background-color css
<style>
a { background-color: #4BB320; }
a { background-color: rgb(75,179,32); }
div.DivClassName
{
background-color: #4BB320;
}
.BgClassName
{
background-color: #4BB320;
}
</style>
border-color css
<style>
span { border-color: #4BB320; }
span { border-color: rgb(75,179,32); }
td.TdClassName
{
border-color: #4BB320;
}
.TagClassName
{
border-color: #4BB320;
}
</style>