Shades of Kelly Green #4CAA1B
Tints of Kelly Green #4CAA1B
RGB
CMYK
RGB Variations
Color information
#4CAA1B (or 0x4CAA1B) is known color: Kelly Green. HEX triplet: 4C, AA and 1B. RGB value is (76,170,27). Sum of RGB (Red+Green+Blue) = 76+170+27=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAA1B is #B355E4. Grayscale: #7E7E7E. Windows color (decimal): -11752933 or 1813068. OLE color: 1813068.
HSL color Cylindrical-coordinate representation of color #4CAA1B: hue angle of 99.44º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CAA1B is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 27 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.33 |
| HSL | 99.44º | 0.73% | 0.39% | - |
| HSV(B) | 99.44º | 0.84% | 0.67% | - |
| XYZ | 17.55 | 30.37 | 5.97 | - |
| YUV | 125.59 | 72.36 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 27 | 0.55 | 0 | 0.84 | 0.33 | 99.44 | 0.73 | 0.39 |
| Hex | 4C | AA | 1B | 37 | 0 | 54 | 21 | 63 | 49 | 27 |
| Octal | 114 | 252 | 33 | 67 | 0 | 124 | 41 | 143 | 111 | 47 |
| Binary | 1001100 | 10101010 | 11011 | 110111 | 0 | 1010100 | 100001 | 1100011 | 1001001 | 100111 |
Color Harmonies of #4CAA1B
Complementary color
Monochromatic Colors of #4CAA1B
Black with #4CAA1B
Text Example
Text Example
White with #4CAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA1B; }
p { color: rgb(76,170,27); }
H1.HeaderClassName
{
color: #4CAA1B;
}
.AnyTagClassName
{
color: #4CAA1B;
}
</style>
background-color css
<style>
a { background-color: #4CAA1B; }
a { background-color: rgb(76,170,27); }
div.DivClassName
{
background-color: #4CAA1B;
}
.BgClassName
{
background-color: #4CAA1B;
}
</style>
border-color css
<style>
span { border-color: #4CAA1B; }
span { border-color: rgb(76,170,27); }
td.TdClassName
{
border-color: #4CAA1B;
}
.TagClassName
{
border-color: #4CAA1B;
}
</style>