Shades of Kelly Green #4BAB32
Tints of Kelly Green #4BAB32
RGB
CMYK
RGB Variations
Color information
#4BAB32 (or 0x4BAB32) is known color: Kelly Green. HEX triplet: 4B, AB and 32. RGB value is (75,171,50). Sum of RGB (Red+Green+Blue) = 75+171+50=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAB32 is #B454CD. Grayscale: #808080. Windows color (decimal): -11818190 or 3320651. OLE color: 3320651.
HSL color Cylindrical-coordinate representation of color #4BAB32: hue angle of 107.6º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BAB32 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 171 | 50 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.33 |
| HSL | 107.6º | 0.55% | 0.43% | - |
| HSV(B) | 107.6º | 0.71% | 0.67% | - |
| XYZ | 18.04 | 30.85 | 8.02 | - |
| YUV | 128.5 | 83.7 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 50 | 0.56 | 0 | 0.71 | 0.33 | 107.6 | 0.55 | 0.43 |
| Hex | 4B | AB | 32 | 38 | 0 | 47 | 21 | 6C | 37 | 2B |
| Octal | 113 | 253 | 62 | 70 | 0 | 107 | 41 | 154 | 67 | 53 |
| Binary | 1001011 | 10101011 | 110010 | 111000 | 0 | 1000111 | 100001 | 1101100 | 110111 | 101011 |
Color Harmonies of #4BAB32
Complementary color
Monochromatic Colors of #4BAB32
Black with #4BAB32
Text Example
Text Example
White with #4BAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAB32; }
p { color: rgb(75,171,50); }
H1.HeaderClassName
{
color: #4BAB32;
}
.AnyTagClassName
{
color: #4BAB32;
}
</style>
background-color css
<style>
a { background-color: #4BAB32; }
a { background-color: rgb(75,171,50); }
div.DivClassName
{
background-color: #4BAB32;
}
.BgClassName
{
background-color: #4BAB32;
}
</style>
border-color css
<style>
span { border-color: #4BAB32; }
span { border-color: rgb(75,171,50); }
td.TdClassName
{
border-color: #4BAB32;
}
.TagClassName
{
border-color: #4BAB32;
}
</style>