Shades of Bright Green #6DF414
Tints of Bright Green #6DF414
RGB
CMYK
RGB Variations
Color information
#6DF414 (or 0x6DF414) is known color: Bright Green. HEX triplet: 6D, F4 and 14. RGB value is (109,244,20). Sum of RGB (Red+Green+Blue) = 109+244+20=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #6DF414 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF414 is #920BEB. Grayscale: #B2B2B2. Windows color (decimal): -9571308 or 1373293. OLE color: 1373293.
HSL color Cylindrical-coordinate representation of color #6DF414: hue angle of 96.16º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DF414 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 244 | 20 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.04 |
| HSL | 96.16º | 0.91% | 0.52% | - |
| HSV(B) | 96.16º | 0.92% | 0.96% | - |
| XYZ | 38.78 | 68 | 11.74 | - |
| YUV | 178.1 | 38.77 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 244 | 20 | 0.55 | 0 | 0.92 | 0.04 | 96.16 | 0.91 | 0.52 |
| Hex | 6D | F4 | 14 | 37 | 0 | 5C | 4 | 60 | 5B | 34 |
| Octal | 155 | 364 | 24 | 67 | 0 | 134 | 4 | 140 | 133 | 64 |
| Binary | 1101101 | 11110100 | 10100 | 110111 | 0 | 1011100 | 100 | 1100000 | 1011011 | 110100 |
Color Harmonies of #6DF414
Complementary color
Monochromatic Colors of #6DF414
Black with #6DF414
Text Example
Text Example
White with #6DF414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF414; }
p { color: rgb(109,244,20); }
H1.HeaderClassName
{
color: #6DF414;
}
.AnyTagClassName
{
color: #6DF414;
}
</style>
background-color css
<style>
a { background-color: #6DF414; }
a { background-color: rgb(109,244,20); }
div.DivClassName
{
background-color: #6DF414;
}
.BgClassName
{
background-color: #6DF414;
}
</style>
border-color css
<style>
span { border-color: #6DF414; }
span { border-color: rgb(109,244,20); }
td.TdClassName
{
border-color: #6DF414;
}
.TagClassName
{
border-color: #6DF414;
}
</style>