Shades of Bright Green #6EEA14
Tints of Bright Green #6EEA14
RGB
CMYK
RGB Variations
Color information
#6EEA14 (or 0x6EEA14) is known color: Bright Green. HEX triplet: 6E, EA and 14. RGB value is (110,234,20). Sum of RGB (Red+Green+Blue) = 110+234+20=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 234 (91.80% from 255 or 64.29% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EEA14 is #9115EB. Grayscale: #ADADAD. Windows color (decimal): -9508332 or 1370734. OLE color: 1370734.
HSL color Cylindrical-coordinate representation of color #6EEA14: hue angle of 94.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EEA14 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.08 |
| HSL | 94.77º | 0.84% | 0.5% | - |
| HSV(B) | 94.77º | 0.91% | 0.92% | - |
| XYZ | 35.98 | 62.21 | 10.77 | - |
| YUV | 172.53 | 41.92 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 20 | 0.53 | 0 | 0.91 | 0.08 | 94.77 | 0.84 | 0.5 |
| Hex | 6E | EA | 14 | 35 | 0 | 5B | 8 | 5F | 54 | 32 |
| Octal | 156 | 352 | 24 | 65 | 0 | 133 | 10 | 137 | 124 | 62 |
| Binary | 1101110 | 11101010 | 10100 | 110101 | 0 | 1011011 | 1000 | 1011111 | 1010100 | 110010 |
Color Harmonies of #6EEA14
Complementary color
Monochromatic Colors of #6EEA14
Black with #6EEA14
Text Example
Text Example
White with #6EEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEA14; }
p { color: rgb(110,234,20); }
H1.HeaderClassName
{
color: #6EEA14;
}
.AnyTagClassName
{
color: #6EEA14;
}
</style>
background-color css
<style>
a { background-color: #6EEA14; }
a { background-color: rgb(110,234,20); }
div.DivClassName
{
background-color: #6EEA14;
}
.BgClassName
{
background-color: #6EEA14;
}
</style>
border-color css
<style>
span { border-color: #6EEA14; }
span { border-color: rgb(110,234,20); }
td.TdClassName
{
border-color: #6EEA14;
}
.TagClassName
{
border-color: #6EEA14;
}
</style>