Shades of Bright Green #6BD810
Tints of Bright Green #6BD810
RGB
CMYK
RGB Variations
Color information
#6BD810 (or 0x6BD810) is known color: Bright Green. HEX triplet: 6B, D8 and 10. RGB value is (107,216,16). Sum of RGB (Red+Green+Blue) = 107+216+16=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD810 is #9427EF. Grayscale: #A1A1A1. Windows color (decimal): -9709552 or 1103979. OLE color: 1103979.
HSL color Cylindrical-coordinate representation of color #6BD810: hue angle of 92.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BD810 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 216 | 16 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.15 |
| HSL | 92.7º | 0.86% | 0.45% | - |
| HSV(B) | 92.7º | 0.93% | 0.85% | - |
| XYZ | 30.71 | 52.27 | 8.96 | - |
| YUV | 160.61 | 46.39 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 216 | 16 | 0.50 | 0 | 0.93 | 0.15 | 92.7 | 0.86 | 0.45 |
| Hex | 6B | D8 | 10 | 32 | 0 | 5D | F | 5D | 56 | 2D |
| Octal | 153 | 330 | 20 | 62 | 0 | 135 | 17 | 135 | 126 | 55 |
| Binary | 1101011 | 11011000 | 10000 | 110010 | 0 | 1011101 | 1111 | 1011101 | 1010110 | 101101 |
Color Harmonies of #6BD810
Complementary color
Monochromatic Colors of #6BD810
Black with #6BD810
Text Example
Text Example
White with #6BD810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD810; }
p { color: rgb(107,216,16); }
H1.HeaderClassName
{
color: #6BD810;
}
.AnyTagClassName
{
color: #6BD810;
}
</style>
background-color css
<style>
a { background-color: #6BD810; }
a { background-color: rgb(107,216,16); }
div.DivClassName
{
background-color: #6BD810;
}
.BgClassName
{
background-color: #6BD810;
}
</style>
border-color css
<style>
span { border-color: #6BD810; }
span { border-color: rgb(107,216,16); }
td.TdClassName
{
border-color: #6BD810;
}
.TagClassName
{
border-color: #6BD810;
}
</style>