Shades of Bright Green #6DF50B
Tints of Bright Green #6DF50B
RGB
CMYK
RGB Variations
Color information
#6DF50B (or 0x6DF50B) is known color: Bright Green. HEX triplet: 6D, F5 and 0B. RGB value is (109,245,11). Sum of RGB (Red+Green+Blue) = 109+245+11=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 245 (96.09% from 255 or 67.12% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF50B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF50B is #920AF4. Grayscale: #B2B2B2. Windows color (decimal): -9571061 or 783725. OLE color: 783725.
HSL color Cylindrical-coordinate representation of color #6DF50B: hue angle of 94.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DF50B is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 245 | 11 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.04 |
| HSL | 94.87º | 0.92% | 0.5% | - |
| HSV(B) | 94.87º | 0.96% | 0.96% | - |
| XYZ | 39.02 | 68.58 | 11.5 | - |
| YUV | 177.66 | 33.94 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 245 | 11 | 0.56 | 0 | 0.96 | 0.04 | 94.87 | 0.92 | 0.5 |
| Hex | 6D | F5 | B | 38 | 0 | 60 | 4 | 5F | 5C | 32 |
| Octal | 155 | 365 | 13 | 70 | 0 | 140 | 4 | 137 | 134 | 62 |
| Binary | 1101101 | 11110101 | 1011 | 111000 | 0 | 1100000 | 100 | 1011111 | 1011100 | 110010 |
Color Harmonies of #6DF50B
Complementary color
Monochromatic Colors of #6DF50B
Black with #6DF50B
Text Example
Text Example
White with #6DF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF50B; }
p { color: rgb(109,245,11); }
H1.HeaderClassName
{
color: #6DF50B;
}
.AnyTagClassName
{
color: #6DF50B;
}
</style>
background-color css
<style>
a { background-color: #6DF50B; }
a { background-color: rgb(109,245,11); }
div.DivClassName
{
background-color: #6DF50B;
}
.BgClassName
{
background-color: #6DF50B;
}
</style>
border-color css
<style>
span { border-color: #6DF50B; }
span { border-color: rgb(109,245,11); }
td.TdClassName
{
border-color: #6DF50B;
}
.TagClassName
{
border-color: #6DF50B;
}
</style>