Shades of Kelly Green #4FC400
Tints of Kelly Green #4FC400
RGB
CMYK
RGB Variations
Color information
#4FC400 (or 0x4FC400) is known color: Kelly Green. HEX triplet: 4F, C4 and 00. RGB value is (79,196,0). Sum of RGB (Red+Green+Blue) = 79+196+0=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 196 (76.95% from 255 or 71.27% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 196 - color contains mainly: green. Hex color #4FC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FC400 is #B03BFF. Grayscale: #8B8B8B. Windows color (decimal): -11549696 or 50255. OLE color: 50255.
HSL color Cylindrical-coordinate representation of color #4FC400: hue angle of 95.82º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FC400 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 196 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.23 |
| HSL | 95.82º | 1% | 0.38% | - |
| HSV(B) | 95.82º | 1% | 0.77% | - |
| XYZ | 22.96 | 41.14 | 6.73 | - |
| YUV | 138.67 | 49.74 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 196 | 0 | 0.60 | 0 | 1 | 0.23 | 95.82 | 1 | 0.38 |
| Hex | 4F | C4 | 0 | 3C | 0 | 64 | 17 | 60 | 64 | 26 |
| Octal | 117 | 304 | 0 | 74 | 0 | 144 | 27 | 140 | 144 | 46 |
| Binary | 1001111 | 11000100 | 0 | 111100 | 0 | 1100100 | 10111 | 1100000 | 1100100 | 100110 |
Color Harmonies of #4FC400
Complementary color
Monochromatic Colors of #4FC400
Black with #4FC400
Text Example
Text Example
White with #4FC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC400; }
p { color: rgb(79,196,0); }
H1.HeaderClassName
{
color: #4FC400;
}
.AnyTagClassName
{
color: #4FC400;
}
</style>
background-color css
<style>
a { background-color: #4FC400; }
a { background-color: rgb(79,196,0); }
div.DivClassName
{
background-color: #4FC400;
}
.BgClassName
{
background-color: #4FC400;
}
</style>
border-color css
<style>
span { border-color: #4FC400; }
span { border-color: rgb(79,196,0); }
td.TdClassName
{
border-color: #4FC400;
}
.TagClassName
{
border-color: #4FC400;
}
</style>