Shades of Bright Green #6EED20
Tints of Bright Green #6EED20
RGB
CMYK
RGB Variations
Color information
#6EED20 (or 0x6EED20) is known color: Bright Green. HEX triplet: 6E, ED and 20. RGB value is (110,237,32). Sum of RGB (Red+Green+Blue) = 110+237+32=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EED20 is #9112DF. Grayscale: #B0B0B0. Windows color (decimal): -9507552 or 2157934. OLE color: 2157934.
HSL color Cylindrical-coordinate representation of color #6EED20: hue angle of 97.17º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6EED20 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 32 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.07 |
| HSL | 97.17º | 0.85% | 0.53% | - |
| HSV(B) | 97.17º | 0.86% | 0.93% | - |
| XYZ | 36.98 | 63.99 | 11.77 | - |
| YUV | 175.66 | 46.92 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 32 | 0.54 | 0 | 0.86 | 0.07 | 97.17 | 0.85 | 0.53 |
| Hex | 6E | ED | 20 | 36 | 0 | 56 | 7 | 61 | 55 | 35 |
| Octal | 156 | 355 | 40 | 66 | 0 | 126 | 7 | 141 | 125 | 65 |
| Binary | 1101110 | 11101101 | 100000 | 110110 | 0 | 1010110 | 111 | 1100001 | 1010101 | 110101 |
Color Harmonies of #6EED20
Complementary color
Monochromatic Colors of #6EED20
Black with #6EED20
Text Example
Text Example
White with #6EED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EED20; }
p { color: rgb(110,237,32); }
H1.HeaderClassName
{
color: #6EED20;
}
.AnyTagClassName
{
color: #6EED20;
}
</style>
background-color css
<style>
a { background-color: #6EED20; }
a { background-color: rgb(110,237,32); }
div.DivClassName
{
background-color: #6EED20;
}
.BgClassName
{
background-color: #6EED20;
}
</style>
border-color css
<style>
span { border-color: #6EED20; }
span { border-color: rgb(110,237,32); }
td.TdClassName
{
border-color: #6EED20;
}
.TagClassName
{
border-color: #6EED20;
}
</style>