Shades of Bright Green #6DFE20
Tints of Bright Green #6DFE20
RGB
CMYK
RGB Variations
Color information
#6DFE20 (or 0x6DFE20) is known color: Bright Green. HEX triplet: 6D, FE and 20. RGB value is (109,254,32). Sum of RGB (Red+Green+Blue) = 109+254+32=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 254 (99.61% from 255 or 64.30% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFE20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DFE20 is #9201DF. Grayscale: #BABABA. Windows color (decimal): -9568736 or 2162285. OLE color: 2162285.
HSL color Cylindrical-coordinate representation of color #6DFE20: hue angle of 99.19º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DFE20 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 254 | 32 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.00 |
| HSL | 99.19º | 0.99% | 0.56% | - |
| HSV(B) | 99.19º | 0.87% | 1% | - |
| XYZ | 42.01 | 74.24 | 13.48 | - |
| YUV | 185.34 | 41.46 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 32 | 0.57 | 0 | 0.87 | 0.00 | 99.19 | 0.99 | 0.56 |
| Hex | 6D | FE | 20 | 39 | 0 | 57 | 0 | 63 | 63 | 38 |
| Octal | 155 | 376 | 40 | 71 | 0 | 127 | 0 | 143 | 143 | 70 |
| Binary | 1101101 | 11111110 | 100000 | 111001 | 0 | 1010111 | 0 | 1100011 | 1100011 | 111000 |
Color Harmonies of #6DFE20
Complementary color
Monochromatic Colors of #6DFE20
Black with #6DFE20
Text Example
Text Example
White with #6DFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFE20; }
p { color: rgb(109,254,32); }
H1.HeaderClassName
{
color: #6DFE20;
}
.AnyTagClassName
{
color: #6DFE20;
}
</style>
background-color css
<style>
a { background-color: #6DFE20; }
a { background-color: rgb(109,254,32); }
div.DivClassName
{
background-color: #6DFE20;
}
.BgClassName
{
background-color: #6DFE20;
}
</style>
border-color css
<style>
span { border-color: #6DFE20; }
span { border-color: rgb(109,254,32); }
td.TdClassName
{
border-color: #6DFE20;
}
.TagClassName
{
border-color: #6DFE20;
}
</style>