Shades of Kelly Green #6FD514
Tints of Kelly Green #6FD514
RGB
CMYK
RGB Variations
Color information
#6FD514 (or 0x6FD514) is known color: Kelly Green. HEX triplet: 6F, D5 and 14. RGB value is (111,213,20). Sum of RGB (Red+Green+Blue) = 111+213+20=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD514 is #902AEB. Grayscale: #A1A1A1. Windows color (decimal): -9448172 or 1365359. OLE color: 1365359.
HSL color Cylindrical-coordinate representation of color #6FD514: hue angle of 91.71º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FD514 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 20 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.16 |
| HSL | 91.71º | 0.83% | 0.46% | - |
| HSV(B) | 91.71º | 0.91% | 0.84% | - |
| XYZ | 30.48 | 51.02 | 8.9 | - |
| YUV | 160.5 | 48.71 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 20 | 0.48 | 0 | 0.91 | 0.16 | 91.71 | 0.83 | 0.46 |
| Hex | 6F | D5 | 14 | 30 | 0 | 5B | 10 | 5C | 53 | 2E |
| Octal | 157 | 325 | 24 | 60 | 0 | 133 | 20 | 134 | 123 | 56 |
| Binary | 1101111 | 11010101 | 10100 | 110000 | 0 | 1011011 | 10000 | 1011100 | 1010011 | 101110 |
Color Harmonies of #6FD514
Complementary color
Monochromatic Colors of #6FD514
Black with #6FD514
Text Example
Text Example
White with #6FD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD514; }
p { color: rgb(111,213,20); }
H1.HeaderClassName
{
color: #6FD514;
}
.AnyTagClassName
{
color: #6FD514;
}
</style>
background-color css
<style>
a { background-color: #6FD514; }
a { background-color: rgb(111,213,20); }
div.DivClassName
{
background-color: #6FD514;
}
.BgClassName
{
background-color: #6FD514;
}
</style>
border-color css
<style>
span { border-color: #6FD514; }
span { border-color: rgb(111,213,20); }
td.TdClassName
{
border-color: #6FD514;
}
.TagClassName
{
border-color: #6FD514;
}
</style>