Shades of Bright Green #6DE020
Tints of Bright Green #6DE020
RGB
CMYK
RGB Variations
Color information
#6DE020 (or 0x6DE020) is known color: Bright Green. HEX triplet: 6D, E0 and 20. RGB value is (109,224,32). Sum of RGB (Red+Green+Blue) = 109+224+32=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #6DE020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DE020 is #921FDF. Grayscale: #A8A8A8. Windows color (decimal): -9576416 or 2154605. OLE color: 2154605.
HSL color Cylindrical-coordinate representation of color #6DE020: hue angle of 95.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6DE020 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 224 | 32 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.12 |
| HSL | 95.94º | 0.76% | 0.5% | - |
| HSV(B) | 95.94º | 0.86% | 0.88% | - |
| XYZ | 33.22 | 56.67 | 10.55 | - |
| YUV | 167.73 | 51.4 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 224 | 32 | 0.51 | 0 | 0.86 | 0.12 | 95.94 | 0.76 | 0.5 |
| Hex | 6D | E0 | 20 | 33 | 0 | 56 | C | 60 | 4C | 32 |
| Octal | 155 | 340 | 40 | 63 | 0 | 126 | 14 | 140 | 114 | 62 |
| Binary | 1101101 | 11100000 | 100000 | 110011 | 0 | 1010110 | 1100 | 1100000 | 1001100 | 110010 |
Color Harmonies of #6DE020
Complementary color
Monochromatic Colors of #6DE020
Black with #6DE020
Text Example
Text Example
White with #6DE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE020; }
p { color: rgb(109,224,32); }
H1.HeaderClassName
{
color: #6DE020;
}
.AnyTagClassName
{
color: #6DE020;
}
</style>
background-color css
<style>
a { background-color: #6DE020; }
a { background-color: rgb(109,224,32); }
div.DivClassName
{
background-color: #6DE020;
}
.BgClassName
{
background-color: #6DE020;
}
</style>
border-color css
<style>
span { border-color: #6DE020; }
span { border-color: rgb(109,224,32); }
td.TdClassName
{
border-color: #6DE020;
}
.TagClassName
{
border-color: #6DE020;
}
</style>