Shades of Kelly Green #4FBA12
Tints of Kelly Green #4FBA12
RGB
CMYK
RGB Variations
Color information
#4FBA12 (or 0x4FBA12) is known color: Kelly Green. HEX triplet: 4F, BA and 12. RGB value is (79,186,18). Sum of RGB (Red+Green+Blue) = 79+186+18=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FBA12 is #B045ED. Grayscale: #878787. Windows color (decimal): -11552238 or 1227343. OLE color: 1227343.
HSL color Cylindrical-coordinate representation of color #4FBA12: hue angle of 98.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FBA12 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 18 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.27 |
| HSL | 98.21º | 0.82% | 0.4% | - |
| HSV(B) | 98.21º | 0.9% | 0.73% | - |
| XYZ | 20.89 | 36.82 | 6.58 | - |
| YUV | 134.86 | 62.05 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 18 | 0.58 | 0 | 0.90 | 0.27 | 98.21 | 0.82 | 0.4 |
| Hex | 4F | BA | 12 | 3A | 0 | 5A | 1B | 62 | 52 | 28 |
| Octal | 117 | 272 | 22 | 72 | 0 | 132 | 33 | 142 | 122 | 50 |
| Binary | 1001111 | 10111010 | 10010 | 111010 | 0 | 1011010 | 11011 | 1100010 | 1010010 | 101000 |
Color Harmonies of #4FBA12
Complementary color
Monochromatic Colors of #4FBA12
Black with #4FBA12
Text Example
Text Example
White with #4FBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA12; }
p { color: rgb(79,186,18); }
H1.HeaderClassName
{
color: #4FBA12;
}
.AnyTagClassName
{
color: #4FBA12;
}
</style>
background-color css
<style>
a { background-color: #4FBA12; }
a { background-color: rgb(79,186,18); }
div.DivClassName
{
background-color: #4FBA12;
}
.BgClassName
{
background-color: #4FBA12;
}
</style>
border-color css
<style>
span { border-color: #4FBA12; }
span { border-color: rgb(79,186,18); }
td.TdClassName
{
border-color: #4FBA12;
}
.TagClassName
{
border-color: #4FBA12;
}
</style>