Shades of Kelly Green #4BAB2A
Tints of Kelly Green #4BAB2A
RGB
CMYK
RGB Variations
Color information
#4BAB2A (or 0x4BAB2A) is known color: Kelly Green. HEX triplet: 4B, AB and 2A. RGB value is (75,171,42). Sum of RGB (Red+Green+Blue) = 75+171+42=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAB2A is #B454D5. Grayscale: #808080. Windows color (decimal): -11818198 or 2796363. OLE color: 2796363.
HSL color Cylindrical-coordinate representation of color #4BAB2A: hue angle of 104.65º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BAB2A is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 171 | 42 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.33 |
| HSL | 104.65º | 0.61% | 0.42% | - |
| HSV(B) | 104.65º | 0.75% | 0.67% | - |
| XYZ | 17.88 | 30.79 | 7.19 | - |
| YUV | 127.59 | 79.7 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 42 | 0.56 | 0 | 0.75 | 0.33 | 104.65 | 0.61 | 0.42 |
| Hex | 4B | AB | 2A | 38 | 0 | 4B | 21 | 69 | 3D | 2A |
| Octal | 113 | 253 | 52 | 70 | 0 | 113 | 41 | 151 | 75 | 52 |
| Binary | 1001011 | 10101011 | 101010 | 111000 | 0 | 1001011 | 100001 | 1101001 | 111101 | 101010 |
Color Harmonies of #4BAB2A
Complementary color
Monochromatic Colors of #4BAB2A
Black with #4BAB2A
Text Example
Text Example
White with #4BAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAB2A; }
p { color: rgb(75,171,42); }
H1.HeaderClassName
{
color: #4BAB2A;
}
.AnyTagClassName
{
color: #4BAB2A;
}
</style>
background-color css
<style>
a { background-color: #4BAB2A; }
a { background-color: rgb(75,171,42); }
div.DivClassName
{
background-color: #4BAB2A;
}
.BgClassName
{
background-color: #4BAB2A;
}
</style>
border-color css
<style>
span { border-color: #4BAB2A; }
span { border-color: rgb(75,171,42); }
td.TdClassName
{
border-color: #4BAB2A;
}
.TagClassName
{
border-color: #4BAB2A;
}
</style>