Shades of Kelly Green #4FCF00
Tints of Kelly Green #4FCF00
RGB
CMYK
RGB Variations
Color information
#4FCF00 (or 0x4FCF00) is known color: Kelly Green. HEX triplet: 4F, CF and 00. RGB value is (79,207,0). Sum of RGB (Red+Green+Blue) = 79+207+0=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FCF00 is #B030FF. Grayscale: #919191. Windows color (decimal): -11546880 or 53071. OLE color: 53071.
HSL color Cylindrical-coordinate representation of color #4FCF00: hue angle of 97.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FCF00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.19 |
| HSL | 97.1º | 1% | 0.41% | - |
| HSV(B) | 97.1º | 1% | 0.81% | - |
| XYZ | 25.54 | 46.29 | 7.59 | - |
| YUV | 145.13 | 46.09 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 0 | 0.62 | 0 | 1 | 0.19 | 97.1 | 1 | 0.41 |
| Hex | 4F | CF | 0 | 3E | 0 | 64 | 13 | 61 | 64 | 29 |
| Octal | 117 | 317 | 0 | 76 | 0 | 144 | 23 | 141 | 144 | 51 |
| Binary | 1001111 | 11001111 | 0 | 111110 | 0 | 1100100 | 10011 | 1100001 | 1100100 | 101001 |
Color Harmonies of #4FCF00
Complementary color
Monochromatic Colors of #4FCF00
Black with #4FCF00
Text Example
Text Example
White with #4FCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF00; }
p { color: rgb(79,207,0); }
H1.HeaderClassName
{
color: #4FCF00;
}
.AnyTagClassName
{
color: #4FCF00;
}
</style>
background-color css
<style>
a { background-color: #4FCF00; }
a { background-color: rgb(79,207,0); }
div.DivClassName
{
background-color: #4FCF00;
}
.BgClassName
{
background-color: #4FCF00;
}
</style>
border-color css
<style>
span { border-color: #4FCF00; }
span { border-color: rgb(79,207,0); }
td.TdClassName
{
border-color: #4FCF00;
}
.TagClassName
{
border-color: #4FCF00;
}
</style>