Shades of Bright Green #6BF210
Tints of Bright Green #6BF210
RGB
CMYK
RGB Variations
Color information
#6BF210 (or 0x6BF210) is known color: Bright Green. HEX triplet: 6B, F2 and 10. RGB value is (107,242,16). Sum of RGB (Red+Green+Blue) = 107+242+16=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF210 is #940DEF. Grayscale: #B0B0B0. Windows color (decimal): -9702896 or 1110635. OLE color: 1110635.
HSL color Cylindrical-coordinate representation of color #6BF210: hue angle of 95.84º 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 #6BF210 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 16 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.05 |
| HSL | 95.84º | 0.9% | 0.51% | - |
| HSV(B) | 95.84º | 0.93% | 0.95% | - |
| XYZ | 37.91 | 66.67 | 11.36 | - |
| YUV | 175.87 | 37.77 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 16 | 0.56 | 0 | 0.93 | 0.05 | 95.84 | 0.9 | 0.51 |
| Hex | 6B | F2 | 10 | 38 | 0 | 5D | 5 | 60 | 5A | 33 |
| Octal | 153 | 362 | 20 | 70 | 0 | 135 | 5 | 140 | 132 | 63 |
| Binary | 1101011 | 11110010 | 10000 | 111000 | 0 | 1011101 | 101 | 1100000 | 1011010 | 110011 |
Color Harmonies of #6BF210
Complementary color
Monochromatic Colors of #6BF210
Black with #6BF210
Text Example
Text Example
White with #6BF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF210; }
p { color: rgb(107,242,16); }
H1.HeaderClassName
{
color: #6BF210;
}
.AnyTagClassName
{
color: #6BF210;
}
</style>
background-color css
<style>
a { background-color: #6BF210; }
a { background-color: rgb(107,242,16); }
div.DivClassName
{
background-color: #6BF210;
}
.BgClassName
{
background-color: #6BF210;
}
</style>
border-color css
<style>
span { border-color: #6BF210; }
span { border-color: rgb(107,242,16); }
td.TdClassName
{
border-color: #6BF210;
}
.TagClassName
{
border-color: #6BF210;
}
</style>