Shades of Kelly Green #4FB40C
Tints of Kelly Green #4FB40C
RGB
CMYK
RGB Variations
Color information
#4FB40C (or 0x4FB40C) is known color: Kelly Green. HEX triplet: 4F, B4 and 0C. RGB value is (79,180,12). Sum of RGB (Red+Green+Blue) = 79+180+12=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FB40C is #B04BF3. Grayscale: #838383. Windows color (decimal): -11553780 or 832591. OLE color: 832591.
HSL color Cylindrical-coordinate representation of color #4FB40C: hue angle of 96.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FB40C is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 12 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.29 |
| HSL | 96.07º | 0.88% | 0.38% | - |
| HSV(B) | 96.07º | 0.93% | 0.71% | - |
| XYZ | 19.61 | 34.33 | 5.94 | - |
| YUV | 130.65 | 61.04 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 12 | 0.56 | 0 | 0.93 | 0.29 | 96.07 | 0.88 | 0.38 |
| Hex | 4F | B4 | C | 38 | 0 | 5D | 1D | 60 | 58 | 26 |
| Octal | 117 | 264 | 14 | 70 | 0 | 135 | 35 | 140 | 130 | 46 |
| Binary | 1001111 | 10110100 | 1100 | 111000 | 0 | 1011101 | 11101 | 1100000 | 1011000 | 100110 |
Color Harmonies of #4FB40C
Complementary color
Monochromatic Colors of #4FB40C
Black with #4FB40C
Text Example
Text Example
White with #4FB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB40C; }
p { color: rgb(79,180,12); }
H1.HeaderClassName
{
color: #4FB40C;
}
.AnyTagClassName
{
color: #4FB40C;
}
</style>
background-color css
<style>
a { background-color: #4FB40C; }
a { background-color: rgb(79,180,12); }
div.DivClassName
{
background-color: #4FB40C;
}
.BgClassName
{
background-color: #4FB40C;
}
</style>
border-color css
<style>
span { border-color: #4FB40C; }
span { border-color: rgb(79,180,12); }
td.TdClassName
{
border-color: #4FB40C;
}
.TagClassName
{
border-color: #4FB40C;
}
</style>