Shades of Kelly Green #4FDC1F
Tints of Kelly Green #4FDC1F
RGB
CMYK
RGB Variations
Color information
#4FDC1F (or 0x4FDC1F) is known color: Kelly Green. HEX triplet: 4F, DC and 1F. RGB value is (79,220,31). Sum of RGB (Red+Green+Blue) = 79+220+31=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC1F is #B023E0. Grayscale: #9C9C9C. Windows color (decimal): -11543521 or 2088015. OLE color: 2088015.
HSL color Cylindrical-coordinate representation of color #4FDC1F: hue angle of 104.76º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4FDC1F is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 31 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.14 |
| HSL | 104.76º | 0.75% | 0.49% | - |
| HSV(B) | 104.76º | 0.86% | 0.86% | - |
| XYZ | 29.06 | 52.95 | 9.98 | - |
| YUV | 156.3 | 57.29 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 31 | 0.64 | 0 | 0.86 | 0.14 | 104.76 | 0.75 | 0.49 |
| Hex | 4F | DC | 1F | 40 | 0 | 56 | E | 69 | 4B | 31 |
| Octal | 117 | 334 | 37 | 100 | 0 | 126 | 16 | 151 | 113 | 61 |
| Binary | 1001111 | 11011100 | 11111 | 1000000 | 0 | 1010110 | 1110 | 1101001 | 1001011 | 110001 |
Color Harmonies of #4FDC1F
Complementary color
Monochromatic Colors of #4FDC1F
Black with #4FDC1F
Text Example
Text Example
White with #4FDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC1F; }
p { color: rgb(79,220,31); }
H1.HeaderClassName
{
color: #4FDC1F;
}
.AnyTagClassName
{
color: #4FDC1F;
}
</style>
background-color css
<style>
a { background-color: #4FDC1F; }
a { background-color: rgb(79,220,31); }
div.DivClassName
{
background-color: #4FDC1F;
}
.BgClassName
{
background-color: #4FDC1F;
}
</style>
border-color css
<style>
span { border-color: #4FDC1F; }
span { border-color: rgb(79,220,31); }
td.TdClassName
{
border-color: #4FDC1F;
}
.TagClassName
{
border-color: #4FDC1F;
}
</style>