Shades of Bright Green #6BDA10
Tints of Bright Green #6BDA10
RGB
CMYK
RGB Variations
Color information
#6BDA10 (or 0x6BDA10) is known color: Bright Green. HEX triplet: 6B, DA and 10. RGB value is (107,218,16). Sum of RGB (Red+Green+Blue) = 107+218+16=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDA10 is #9425EF. Grayscale: #A2A2A2. Windows color (decimal): -9709040 or 1104491. OLE color: 1104491.
HSL color Cylindrical-coordinate representation of color #6BDA10: hue angle of 92.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BDA10 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 16 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.15 |
| HSL | 92.97º | 0.86% | 0.46% | - |
| HSV(B) | 92.97º | 0.93% | 0.85% | - |
| XYZ | 31.23 | 53.31 | 9.13 | - |
| YUV | 161.78 | 45.73 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 16 | 0.51 | 0 | 0.93 | 0.15 | 92.97 | 0.86 | 0.46 |
| Hex | 6B | DA | 10 | 33 | 0 | 5D | F | 5D | 56 | 2E |
| Octal | 153 | 332 | 20 | 63 | 0 | 135 | 17 | 135 | 126 | 56 |
| Binary | 1101011 | 11011010 | 10000 | 110011 | 0 | 1011101 | 1111 | 1011101 | 1010110 | 101110 |
Color Harmonies of #6BDA10
Complementary color
Monochromatic Colors of #6BDA10
Black with #6BDA10
Text Example
Text Example
White with #6BDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA10; }
p { color: rgb(107,218,16); }
H1.HeaderClassName
{
color: #6BDA10;
}
.AnyTagClassName
{
color: #6BDA10;
}
</style>
background-color css
<style>
a { background-color: #6BDA10; }
a { background-color: rgb(107,218,16); }
div.DivClassName
{
background-color: #6BDA10;
}
.BgClassName
{
background-color: #6BDA10;
}
</style>
border-color css
<style>
span { border-color: #6BDA10; }
span { border-color: rgb(107,218,16); }
td.TdClassName
{
border-color: #6BDA10;
}
.TagClassName
{
border-color: #6BDA10;
}
</style>