Shades of Bright Green #6DF70A
Tints of Bright Green #6DF70A
RGB
CMYK
RGB Variations
Color information
#6DF70A (or 0x6DF70A) is known color: Bright Green. HEX triplet: 6D, F7 and 0A. RGB value is (109,247,10). Sum of RGB (Red+Green+Blue) = 109+247+10=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #6DF70A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF70A is #9208F5. Grayscale: #B3B3B3. Windows color (decimal): -9570550 or 718701. OLE color: 718701.
HSL color Cylindrical-coordinate representation of color #6DF70A: hue angle of 94.94º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DF70A is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 247 | 10 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.03 |
| HSL | 94.94º | 0.94% | 0.5% | - |
| HSV(B) | 94.94º | 0.96% | 0.97% | - |
| XYZ | 39.62 | 69.79 | 11.67 | - |
| YUV | 178.72 | 32.78 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 247 | 10 | 0.56 | 0 | 0.96 | 0.03 | 94.94 | 0.94 | 0.5 |
| Hex | 6D | F7 | A | 38 | 0 | 60 | 3 | 5F | 5E | 32 |
| Octal | 155 | 367 | 12 | 70 | 0 | 140 | 3 | 137 | 136 | 62 |
| Binary | 1101101 | 11110111 | 1010 | 111000 | 0 | 1100000 | 11 | 1011111 | 1011110 | 110010 |
Color Harmonies of #6DF70A
Complementary color
Monochromatic Colors of #6DF70A
Black with #6DF70A
Text Example
Text Example
White with #6DF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF70A; }
p { color: rgb(109,247,10); }
H1.HeaderClassName
{
color: #6DF70A;
}
.AnyTagClassName
{
color: #6DF70A;
}
</style>
background-color css
<style>
a { background-color: #6DF70A; }
a { background-color: rgb(109,247,10); }
div.DivClassName
{
background-color: #6DF70A;
}
.BgClassName
{
background-color: #6DF70A;
}
</style>
border-color css
<style>
span { border-color: #6DF70A; }
span { border-color: rgb(109,247,10); }
td.TdClassName
{
border-color: #6DF70A;
}
.TagClassName
{
border-color: #6DF70A;
}
</style>