Shades of Bright Green #6BFF10
Tints of Bright Green #6BFF10
RGB
CMYK
RGB Variations
Color information
#6BFF10 (or 0x6BFF10) is known color: Bright Green. HEX triplet: 6B, FF and 10. RGB value is (107,255,16). Sum of RGB (Red+Green+Blue) = 107+255+16=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFF10 is #9400EF. Grayscale: #B8B8B8. Windows color (decimal): -9699568 or 1113963. OLE color: 1113963.
HSL color Cylindrical-coordinate representation of color #6BFF10: hue angle of 97.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BFF10 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 16 | - |
| CMYK | 0.58 | 0 | 0.94 | 0 |
| HSL | 97.15º | 1% | 0.53% | - |
| HSV(B) | 97.15º | 0.94% | 1% | - |
| XYZ | 41.92 | 74.68 | 12.7 | - |
| YUV | 183.5 | 33.47 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 16 | 0.58 | 0 | 0.94 | 0 | 97.15 | 1 | 0.53 |
| Hex | 6B | FF | 10 | 3A | 0 | 5E | 0 | 61 | 64 | 35 |
| Octal | 153 | 377 | 20 | 72 | 0 | 136 | 0 | 141 | 144 | 65 |
| Binary | 1101011 | 11111111 | 10000 | 111010 | 0 | 1011110 | 0 | 1100001 | 1100100 | 110101 |
Color Harmonies of #6BFF10
Complementary color
Monochromatic Colors of #6BFF10
Black with #6BFF10
Text Example
Text Example
White with #6BFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF10; }
p { color: rgb(107,255,16); }
H1.HeaderClassName
{
color: #6BFF10;
}
.AnyTagClassName
{
color: #6BFF10;
}
</style>
background-color css
<style>
a { background-color: #6BFF10; }
a { background-color: rgb(107,255,16); }
div.DivClassName
{
background-color: #6BFF10;
}
.BgClassName
{
background-color: #6BFF10;
}
</style>
border-color css
<style>
span { border-color: #6BFF10; }
span { border-color: rgb(107,255,16); }
td.TdClassName
{
border-color: #6BFF10;
}
.TagClassName
{
border-color: #6BFF10;
}
</style>