Shades of Bright Green #6DF220
Tints of Bright Green #6DF220
RGB
CMYK
RGB Variations
Color information
#6DF220 (or 0x6DF220) is known color: Bright Green. HEX triplet: 6D, F2 and 20. RGB value is (109,242,32). Sum of RGB (Red+Green+Blue) = 109+242+32=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF220 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DF220 is #920DDF. Grayscale: #B3B3B3. Windows color (decimal): -9571808 or 2159213. OLE color: 2159213.
HSL color Cylindrical-coordinate representation of color #6DF220: hue angle of 98º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DF220 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 32 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.05 |
| HSL | 98º | 0.89% | 0.54% | - |
| HSV(B) | 98º | 0.87% | 0.95% | - |
| XYZ | 38.32 | 66.86 | 12.25 | - |
| YUV | 178.29 | 45.44 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 32 | 0.55 | 0 | 0.87 | 0.05 | 98 | 0.89 | 0.54 |
| Hex | 6D | F2 | 20 | 37 | 0 | 57 | 5 | 62 | 59 | 36 |
| Octal | 155 | 362 | 40 | 67 | 0 | 127 | 5 | 142 | 131 | 66 |
| Binary | 1101101 | 11110010 | 100000 | 110111 | 0 | 1010111 | 101 | 1100010 | 1011001 | 110110 |
Color Harmonies of #6DF220
Complementary color
Monochromatic Colors of #6DF220
Black with #6DF220
Text Example
Text Example
White with #6DF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF220; }
p { color: rgb(109,242,32); }
H1.HeaderClassName
{
color: #6DF220;
}
.AnyTagClassName
{
color: #6DF220;
}
</style>
background-color css
<style>
a { background-color: #6DF220; }
a { background-color: rgb(109,242,32); }
div.DivClassName
{
background-color: #6DF220;
}
.BgClassName
{
background-color: #6DF220;
}
</style>
border-color css
<style>
span { border-color: #6DF220; }
span { border-color: rgb(109,242,32); }
td.TdClassName
{
border-color: #6DF220;
}
.TagClassName
{
border-color: #6DF220;
}
</style>