Shades of Kelly Green #4AB52B
Tints of Kelly Green #4AB52B
RGB
CMYK
RGB Variations
Color information
#4AB52B (or 0x4AB52B) is known color: Kelly Green. HEX triplet: 4A, B5 and 2B. RGB value is (74,181,43). Sum of RGB (Red+Green+Blue) = 74+181+43=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB52B is #B54AD4. Grayscale: #858585. Windows color (decimal): -11881173 or 2864458. OLE color: 2864458.
HSL color Cylindrical-coordinate representation of color #4AB52B: hue angle of 106.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AB52B is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 43 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.29 |
| HSL | 106.52º | 0.62% | 0.44% | - |
| HSV(B) | 106.52º | 0.76% | 0.71% | - |
| XYZ | 19.78 | 34.68 | 7.94 | - |
| YUV | 133.28 | 77.05 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 43 | 0.59 | 0 | 0.76 | 0.29 | 106.52 | 0.62 | 0.44 |
| Hex | 4A | B5 | 2B | 3B | 0 | 4C | 1D | 6B | 3E | 2C |
| Octal | 112 | 265 | 53 | 73 | 0 | 114 | 35 | 153 | 76 | 54 |
| Binary | 1001010 | 10110101 | 101011 | 111011 | 0 | 1001100 | 11101 | 1101011 | 111110 | 101100 |
Color Harmonies of #4AB52B
Complementary color
Monochromatic Colors of #4AB52B
Black with #4AB52B
Text Example
Text Example
White with #4AB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB52B; }
p { color: rgb(74,181,43); }
H1.HeaderClassName
{
color: #4AB52B;
}
.AnyTagClassName
{
color: #4AB52B;
}
</style>
background-color css
<style>
a { background-color: #4AB52B; }
a { background-color: rgb(74,181,43); }
div.DivClassName
{
background-color: #4AB52B;
}
.BgClassName
{
background-color: #4AB52B;
}
</style>
border-color css
<style>
span { border-color: #4AB52B; }
span { border-color: rgb(74,181,43); }
td.TdClassName
{
border-color: #4AB52B;
}
.TagClassName
{
border-color: #4AB52B;
}
</style>