Shades of Kelly Green #4BB31A
Tints of Kelly Green #4BB31A
RGB
CMYK
RGB Variations
Color information
#4BB31A (or 0x4BB31A) is known color: Kelly Green. HEX triplet: 4B, B3 and 1A. RGB value is (75,179,26). Sum of RGB (Red+Green+Blue) = 75+179+26=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB31A is #B44CE5. Grayscale: #828282. Windows color (decimal): -11816166 or 1749835. OLE color: 1749835.
HSL color Cylindrical-coordinate representation of color #4BB31A: hue angle of 100.78º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BB31A is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 179 | 26 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.30 |
| HSL | 100.78º | 0.75% | 0.4% | - |
| HSV(B) | 100.78º | 0.85% | 0.7% | - |
| XYZ | 19.21 | 33.81 | 6.49 | - |
| YUV | 130.46 | 69.04 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 179 | 26 | 0.58 | 0 | 0.85 | 0.30 | 100.78 | 0.75 | 0.4 |
| Hex | 4B | B3 | 1A | 3A | 0 | 55 | 1E | 65 | 4B | 28 |
| Octal | 113 | 263 | 32 | 72 | 0 | 125 | 36 | 145 | 113 | 50 |
| Binary | 1001011 | 10110011 | 11010 | 111010 | 0 | 1010101 | 11110 | 1100101 | 1001011 | 101000 |
Color Harmonies of #4BB31A
Complementary color
Monochromatic Colors of #4BB31A
Black with #4BB31A
Text Example
Text Example
White with #4BB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB31A; }
p { color: rgb(75,179,26); }
H1.HeaderClassName
{
color: #4BB31A;
}
.AnyTagClassName
{
color: #4BB31A;
}
</style>
background-color css
<style>
a { background-color: #4BB31A; }
a { background-color: rgb(75,179,26); }
div.DivClassName
{
background-color: #4BB31A;
}
.BgClassName
{
background-color: #4BB31A;
}
</style>
border-color css
<style>
span { border-color: #4BB31A; }
span { border-color: rgb(75,179,26); }
td.TdClassName
{
border-color: #4BB31A;
}
.TagClassName
{
border-color: #4BB31A;
}
</style>