Shades of Bright Green #6DF50D
Tints of Bright Green #6DF50D
RGB
CMYK
RGB Variations
Color information
#6DF50D (or 0x6DF50D) is known color: Bright Green. HEX triplet: 6D, F5 and 0D. RGB value is (109,245,13). Sum of RGB (Red+Green+Blue) = 109+245+13=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 245 (96.09% from 255 or 66.76% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF50D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF50D is #920AF2. Grayscale: #B2B2B2. Windows color (decimal): -9571059 or 914797. OLE color: 914797.
HSL color Cylindrical-coordinate representation of color #6DF50D: hue angle of 95.17º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DF50D is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 245 | 13 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.04 |
| HSL | 95.17º | 0.92% | 0.51% | - |
| HSV(B) | 95.17º | 0.95% | 0.96% | - |
| XYZ | 39.03 | 68.59 | 11.56 | - |
| YUV | 177.89 | 34.94 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 245 | 13 | 0.56 | 0 | 0.95 | 0.04 | 95.17 | 0.92 | 0.51 |
| Hex | 6D | F5 | D | 38 | 0 | 5F | 4 | 5F | 5C | 33 |
| Octal | 155 | 365 | 15 | 70 | 0 | 137 | 4 | 137 | 134 | 63 |
| Binary | 1101101 | 11110101 | 1101 | 111000 | 0 | 1011111 | 100 | 1011111 | 1011100 | 110011 |
Color Harmonies of #6DF50D
Complementary color
Monochromatic Colors of #6DF50D
Black with #6DF50D
Text Example
Text Example
White with #6DF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF50D; }
p { color: rgb(109,245,13); }
H1.HeaderClassName
{
color: #6DF50D;
}
.AnyTagClassName
{
color: #6DF50D;
}
</style>
background-color css
<style>
a { background-color: #6DF50D; }
a { background-color: rgb(109,245,13); }
div.DivClassName
{
background-color: #6DF50D;
}
.BgClassName
{
background-color: #6DF50D;
}
</style>
border-color css
<style>
span { border-color: #6DF50D; }
span { border-color: rgb(109,245,13); }
td.TdClassName
{
border-color: #6DF50D;
}
.TagClassName
{
border-color: #6DF50D;
}
</style>