Shades of Kelly Green #6FD616
Tints of Kelly Green #6FD616
RGB
CMYK
RGB Variations
Color information
#6FD616 (or 0x6FD616) is known color: Kelly Green. HEX triplet: 6F, D6 and 16. RGB value is (111,214,22). Sum of RGB (Red+Green+Blue) = 111+214+22=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD616 is #9029E9. Grayscale: #A1A1A1. Windows color (decimal): -9447914 or 1496687. OLE color: 1496687.
HSL color Cylindrical-coordinate representation of color #6FD616: hue angle of 92.19º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FD616 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 22 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.16 |
| HSL | 92.19º | 0.81% | 0.46% | - |
| HSV(B) | 92.19º | 0.9% | 0.84% | - |
| XYZ | 30.75 | 51.53 | 9.08 | - |
| YUV | 161.32 | 49.38 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 22 | 0.48 | 0 | 0.90 | 0.16 | 92.19 | 0.81 | 0.46 |
| Hex | 6F | D6 | 16 | 30 | 0 | 5A | 10 | 5C | 51 | 2E |
| Octal | 157 | 326 | 26 | 60 | 0 | 132 | 20 | 134 | 121 | 56 |
| Binary | 1101111 | 11010110 | 10110 | 110000 | 0 | 1011010 | 10000 | 1011100 | 1010001 | 101110 |
Color Harmonies of #6FD616
Complementary color
Monochromatic Colors of #6FD616
Black with #6FD616
Text Example
Text Example
White with #6FD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD616; }
p { color: rgb(111,214,22); }
H1.HeaderClassName
{
color: #6FD616;
}
.AnyTagClassName
{
color: #6FD616;
}
</style>
background-color css
<style>
a { background-color: #6FD616; }
a { background-color: rgb(111,214,22); }
div.DivClassName
{
background-color: #6FD616;
}
.BgClassName
{
background-color: #6FD616;
}
</style>
border-color css
<style>
span { border-color: #6FD616; }
span { border-color: rgb(111,214,22); }
td.TdClassName
{
border-color: #6FD616;
}
.TagClassName
{
border-color: #6FD616;
}
</style>