Shades of Bright Green #6DF914
Tints of Bright Green #6DF914
RGB
CMYK
RGB Variations
Color information
#6DF914 (or 0x6DF914) is known color: Bright Green. HEX triplet: 6D, F9 and 14. RGB value is (109,249,20). Sum of RGB (Red+Green+Blue) = 109+249+20=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #6DF914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF914 is #9206EB. Grayscale: #B5B5B5. Windows color (decimal): -9570028 or 1374573. OLE color: 1374573.
HSL color Cylindrical-coordinate representation of color #6DF914: hue angle of 96.68º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DF914 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 249 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.02 |
| HSL | 96.68º | 0.95% | 0.53% | - |
| HSV(B) | 96.68º | 0.92% | 0.98% | - |
| XYZ | 40.31 | 71.05 | 12.25 | - |
| YUV | 181.03 | 37.12 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 249 | 20 | 0.56 | 0 | 0.92 | 0.02 | 96.68 | 0.95 | 0.53 |
| Hex | 6D | F9 | 14 | 38 | 0 | 5C | 2 | 61 | 5F | 35 |
| Octal | 155 | 371 | 24 | 70 | 0 | 134 | 2 | 141 | 137 | 65 |
| Binary | 1101101 | 11111001 | 10100 | 111000 | 0 | 1011100 | 10 | 1100001 | 1011111 | 110101 |
Color Harmonies of #6DF914
Complementary color
Monochromatic Colors of #6DF914
Black with #6DF914
Text Example
Text Example
White with #6DF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF914; }
p { color: rgb(109,249,20); }
H1.HeaderClassName
{
color: #6DF914;
}
.AnyTagClassName
{
color: #6DF914;
}
</style>
background-color css
<style>
a { background-color: #6DF914; }
a { background-color: rgb(109,249,20); }
div.DivClassName
{
background-color: #6DF914;
}
.BgClassName
{
background-color: #6DF914;
}
</style>
border-color css
<style>
span { border-color: #6DF914; }
span { border-color: rgb(109,249,20); }
td.TdClassName
{
border-color: #6DF914;
}
.TagClassName
{
border-color: #6DF914;
}
</style>