Shades of Bright Green #6BF211
Tints of Bright Green #6BF211
RGB
CMYK
RGB Variations
Color information
#6BF211 (or 0x6BF211) is known color: Bright Green. HEX triplet: 6B, F2 and 11. RGB value is (107,242,17). Sum of RGB (Red+Green+Blue) = 107+242+17=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF211 is #940DEE. Grayscale: #B0B0B0. Windows color (decimal): -9702895 or 1176171. OLE color: 1176171.
HSL color Cylindrical-coordinate representation of color #6BF211: hue angle of 96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BF211 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 17 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.05 |
| HSL | 96º | 0.9% | 0.51% | - |
| HSV(B) | 96º | 0.93% | 0.95% | - |
| XYZ | 37.92 | 66.67 | 11.4 | - |
| YUV | 175.99 | 38.27 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 17 | 0.56 | 0 | 0.93 | 0.05 | 96 | 0.9 | 0.51 |
| Hex | 6B | F2 | 11 | 38 | 0 | 5D | 5 | 60 | 5A | 33 |
| Octal | 153 | 362 | 21 | 70 | 0 | 135 | 5 | 140 | 132 | 63 |
| Binary | 1101011 | 11110010 | 10001 | 111000 | 0 | 1011101 | 101 | 1100000 | 1011010 | 110011 |
Color Harmonies of #6BF211
Complementary color
Monochromatic Colors of #6BF211
Black with #6BF211
Text Example
Text Example
White with #6BF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF211; }
p { color: rgb(107,242,17); }
H1.HeaderClassName
{
color: #6BF211;
}
.AnyTagClassName
{
color: #6BF211;
}
</style>
background-color css
<style>
a { background-color: #6BF211; }
a { background-color: rgb(107,242,17); }
div.DivClassName
{
background-color: #6BF211;
}
.BgClassName
{
background-color: #6BF211;
}
</style>
border-color css
<style>
span { border-color: #6BF211; }
span { border-color: rgb(107,242,17); }
td.TdClassName
{
border-color: #6BF211;
}
.TagClassName
{
border-color: #6BF211;
}
</style>