Shades of Bright Green #6DEA14
Tints of Bright Green #6DEA14
RGB
CMYK
RGB Variations
Color information
#6DEA14 (or 0x6DEA14) is known color: Bright Green. HEX triplet: 6D, EA and 14. RGB value is (109,234,20). Sum of RGB (Red+Green+Blue) = 109+234+20=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 234 (91.80% from 255 or 64.46% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DEA14 is #9215EB. Grayscale: #ACACAC. Windows color (decimal): -9573868 or 1370733. OLE color: 1370733.
HSL color Cylindrical-coordinate representation of color #6DEA14: hue angle of 95.05º 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 #6DEA14 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.08 |
| HSL | 95.05º | 0.84% | 0.5% | - |
| HSV(B) | 95.05º | 0.91% | 0.92% | - |
| XYZ | 35.86 | 62.15 | 10.77 | - |
| YUV | 172.23 | 42.09 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 20 | 0.53 | 0 | 0.91 | 0.08 | 95.05 | 0.84 | 0.5 |
| Hex | 6D | EA | 14 | 35 | 0 | 5B | 8 | 5F | 54 | 32 |
| Octal | 155 | 352 | 24 | 65 | 0 | 133 | 10 | 137 | 124 | 62 |
| Binary | 1101101 | 11101010 | 10100 | 110101 | 0 | 1011011 | 1000 | 1011111 | 1010100 | 110010 |
Color Harmonies of #6DEA14
Complementary color
Monochromatic Colors of #6DEA14
Black with #6DEA14
Text Example
Text Example
White with #6DEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEA14; }
p { color: rgb(109,234,20); }
H1.HeaderClassName
{
color: #6DEA14;
}
.AnyTagClassName
{
color: #6DEA14;
}
</style>
background-color css
<style>
a { background-color: #6DEA14; }
a { background-color: rgb(109,234,20); }
div.DivClassName
{
background-color: #6DEA14;
}
.BgClassName
{
background-color: #6DEA14;
}
</style>
border-color css
<style>
span { border-color: #6DEA14; }
span { border-color: rgb(109,234,20); }
td.TdClassName
{
border-color: #6DEA14;
}
.TagClassName
{
border-color: #6DEA14;
}
</style>