Shades of Bright Green #6DF214
Tints of Bright Green #6DF214
RGB
CMYK
RGB Variations
Color information
#6DF214 (or 0x6DF214) is known color: Bright Green. HEX triplet: 6D, F2 and 14. RGB value is (109,242,20). Sum of RGB (Red+Green+Blue) = 109+242+20=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF214 is #920DEB. Grayscale: #B1B1B1. Windows color (decimal): -9571820 or 1372781. OLE color: 1372781.
HSL color Cylindrical-coordinate representation of color #6DF214: hue angle of 95.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DF214 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 20 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.05 |
| HSL | 95.95º | 0.9% | 0.51% | - |
| HSV(B) | 95.95º | 0.92% | 0.95% | - |
| XYZ | 38.19 | 66.81 | 11.54 | - |
| YUV | 176.93 | 39.44 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 20 | 0.55 | 0 | 0.92 | 0.05 | 95.95 | 0.9 | 0.51 |
| Hex | 6D | F2 | 14 | 37 | 0 | 5C | 5 | 60 | 5A | 33 |
| Octal | 155 | 362 | 24 | 67 | 0 | 134 | 5 | 140 | 132 | 63 |
| Binary | 1101101 | 11110010 | 10100 | 110111 | 0 | 1011100 | 101 | 1100000 | 1011010 | 110011 |
Color Harmonies of #6DF214
Complementary color
Monochromatic Colors of #6DF214
Black with #6DF214
Text Example
Text Example
White with #6DF214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF214; }
p { color: rgb(109,242,20); }
H1.HeaderClassName
{
color: #6DF214;
}
.AnyTagClassName
{
color: #6DF214;
}
</style>
background-color css
<style>
a { background-color: #6DF214; }
a { background-color: rgb(109,242,20); }
div.DivClassName
{
background-color: #6DF214;
}
.BgClassName
{
background-color: #6DF214;
}
</style>
border-color css
<style>
span { border-color: #6DF214; }
span { border-color: rgb(109,242,20); }
td.TdClassName
{
border-color: #6DF214;
}
.TagClassName
{
border-color: #6DF214;
}
</style>