Shades of Kelly Green #4FA003
Tints of Kelly Green #4FA003
RGB
CMYK
RGB Variations
Color information
#4FA003 (or 0x4FA003) is known color: Kelly Green. HEX triplet: 4F, A0 and 03. RGB value is (79,160,3). Sum of RGB (Red+Green+Blue) = 79+160+3=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA003 is #B05FFC. Grayscale: #767676. Windows color (decimal): -11558909 or 237647. OLE color: 237647.
HSL color Cylindrical-coordinate representation of color #4FA003: hue angle of 90.96º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FA003 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 3 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.37 |
| HSL | 90.96º | 0.96% | 0.32% | - |
| HSV(B) | 90.96º | 0.98% | 0.63% | - |
| XYZ | 15.81 | 26.81 | 4.43 | - |
| YUV | 117.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 3 | 0.51 | 0 | 0.98 | 0.37 | 90.96 | 0.96 | 0.32 |
| Hex | 4F | A0 | 3 | 33 | 0 | 62 | 25 | 5B | 60 | 20 |
| Octal | 117 | 240 | 3 | 63 | 0 | 142 | 45 | 133 | 140 | 40 |
| Binary | 1001111 | 10100000 | 11 | 110011 | 0 | 1100010 | 100101 | 1011011 | 1100000 | 100000 |
Color Harmonies of #4FA003
Complementary color
Monochromatic Colors of #4FA003
Black with #4FA003
Text Example
Text Example
White with #4FA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA003; }
p { color: rgb(79,160,3); }
H1.HeaderClassName
{
color: #4FA003;
}
.AnyTagClassName
{
color: #4FA003;
}
</style>
background-color css
<style>
a { background-color: #4FA003; }
a { background-color: rgb(79,160,3); }
div.DivClassName
{
background-color: #4FA003;
}
.BgClassName
{
background-color: #4FA003;
}
</style>
border-color css
<style>
span { border-color: #4FA003; }
span { border-color: rgb(79,160,3); }
td.TdClassName
{
border-color: #4FA003;
}
.TagClassName
{
border-color: #4FA003;
}
</style>