Shades of Bright Green #6DFD0E
Tints of Bright Green #6DFD0E
RGB
CMYK
RGB Variations
Color information
#6DFD0E (or 0x6DFD0E) is known color: Bright Green. HEX triplet: 6D, FD and 0E. RGB value is (109,253,14). Sum of RGB (Red+Green+Blue) = 109+253+14=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFD0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFD0E is #9202F1. Grayscale: #B7B7B7. Windows color (decimal): -9569010 or 982381. OLE color: 982381.
HSL color Cylindrical-coordinate representation of color #6DFD0E: hue angle of 96.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DFD0E is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 14 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.01 |
| HSL | 96.15º | 0.98% | 0.52% | - |
| HSV(B) | 96.15º | 0.94% | 0.99% | - |
| XYZ | 41.51 | 73.53 | 12.42 | - |
| YUV | 182.7 | 32.79 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 14 | 0.57 | 0 | 0.94 | 0.01 | 96.15 | 0.98 | 0.52 |
| Hex | 6D | FD | E | 39 | 0 | 5E | 1 | 60 | 62 | 34 |
| Octal | 155 | 375 | 16 | 71 | 0 | 136 | 1 | 140 | 142 | 64 |
| Binary | 1101101 | 11111101 | 1110 | 111001 | 0 | 1011110 | 1 | 1100000 | 1100010 | 110100 |
Color Harmonies of #6DFD0E
Complementary color
Monochromatic Colors of #6DFD0E
Black with #6DFD0E
Text Example
Text Example
White with #6DFD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFD0E; }
p { color: rgb(109,253,14); }
H1.HeaderClassName
{
color: #6DFD0E;
}
.AnyTagClassName
{
color: #6DFD0E;
}
</style>
background-color css
<style>
a { background-color: #6DFD0E; }
a { background-color: rgb(109,253,14); }
div.DivClassName
{
background-color: #6DFD0E;
}
.BgClassName
{
background-color: #6DFD0E;
}
</style>
border-color css
<style>
span { border-color: #6DFD0E; }
span { border-color: rgb(109,253,14); }
td.TdClassName
{
border-color: #6DFD0E;
}
.TagClassName
{
border-color: #6DFD0E;
}
</style>