Shades of Kelly Green #4FDD10
Tints of Kelly Green #4FDD10
RGB
CMYK
RGB Variations
Color information
#4FDD10 (or 0x4FDD10) is known color: Kelly Green. HEX triplet: 4F, DD and 10. RGB value is (79,221,16). Sum of RGB (Red+Green+Blue) = 79+221+16=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDD10 is #B022EF. Grayscale: #9B9B9B. Windows color (decimal): -11543280 or 1105231. OLE color: 1105231.
HSL color Cylindrical-coordinate representation of color #4FDD10: hue angle of 101.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FDD10 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 16 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.13 |
| HSL | 101.56º | 0.86% | 0.46% | - |
| HSV(B) | 101.56º | 0.93% | 0.87% | - |
| XYZ | 29.17 | 53.41 | 9.26 | - |
| YUV | 155.17 | 49.46 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 16 | 0.64 | 0 | 0.93 | 0.13 | 101.56 | 0.86 | 0.46 |
| Hex | 4F | DD | 10 | 40 | 0 | 5D | D | 66 | 56 | 2E |
| Octal | 117 | 335 | 20 | 100 | 0 | 135 | 15 | 146 | 126 | 56 |
| Binary | 1001111 | 11011101 | 10000 | 1000000 | 0 | 1011101 | 1101 | 1100110 | 1010110 | 101110 |
Color Harmonies of #4FDD10
Complementary color
Monochromatic Colors of #4FDD10
Black with #4FDD10
Text Example
Text Example
White with #4FDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD10; }
p { color: rgb(79,221,16); }
H1.HeaderClassName
{
color: #4FDD10;
}
.AnyTagClassName
{
color: #4FDD10;
}
</style>
background-color css
<style>
a { background-color: #4FDD10; }
a { background-color: rgb(79,221,16); }
div.DivClassName
{
background-color: #4FDD10;
}
.BgClassName
{
background-color: #4FDD10;
}
</style>
border-color css
<style>
span { border-color: #4FDD10; }
span { border-color: rgb(79,221,16); }
td.TdClassName
{
border-color: #4FDD10;
}
.TagClassName
{
border-color: #4FDD10;
}
</style>