Shades of Kelly Green #6ED614
Tints of Kelly Green #6ED614
RGB
CMYK
RGB Variations
Color information
#6ED614 (or 0x6ED614) is known color: Kelly Green. HEX triplet: 6E, D6 and 14. RGB value is (110,214,20). Sum of RGB (Red+Green+Blue) = 110+214+20=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED614 is #9129EB. Grayscale: #A1A1A1. Windows color (decimal): -9513452 or 1365614. OLE color: 1365614.
HSL color Cylindrical-coordinate representation of color #6ED614: hue angle of 92.16º 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 #6ED614 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 20 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.16 |
| HSL | 92.16º | 0.83% | 0.46% | - |
| HSV(B) | 92.16º | 0.91% | 0.84% | - |
| XYZ | 30.6 | 51.46 | 8.98 | - |
| YUV | 160.79 | 48.54 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 20 | 0.49 | 0 | 0.91 | 0.16 | 92.16 | 0.83 | 0.46 |
| Hex | 6E | D6 | 14 | 31 | 0 | 5B | 10 | 5C | 53 | 2E |
| Octal | 156 | 326 | 24 | 61 | 0 | 133 | 20 | 134 | 123 | 56 |
| Binary | 1101110 | 11010110 | 10100 | 110001 | 0 | 1011011 | 10000 | 1011100 | 1010011 | 101110 |
Color Harmonies of #6ED614
Complementary color
Monochromatic Colors of #6ED614
Black with #6ED614
Text Example
Text Example
White with #6ED614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED614; }
p { color: rgb(110,214,20); }
H1.HeaderClassName
{
color: #6ED614;
}
.AnyTagClassName
{
color: #6ED614;
}
</style>
background-color css
<style>
a { background-color: #6ED614; }
a { background-color: rgb(110,214,20); }
div.DivClassName
{
background-color: #6ED614;
}
.BgClassName
{
background-color: #6ED614;
}
</style>
border-color css
<style>
span { border-color: #6ED614; }
span { border-color: rgb(110,214,20); }
td.TdClassName
{
border-color: #6ED614;
}
.TagClassName
{
border-color: #6ED614;
}
</style>