Shades of Bright Green #6BF100
Tints of Bright Green #6BF100
RGB
CMYK
RGB Variations
Color information
#6BF100 (or 0x6BF100) is known color: Bright Green. HEX triplet: 6B, F1 and 00. RGB value is (107,241,0). Sum of RGB (Red+Green+Blue) = 107+241+0=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF100 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF100 is #940EFF. Grayscale: #AEAEAE. Windows color (decimal): -9703168 or 61803. OLE color: 61803.
HSL color Cylindrical-coordinate representation of color #6BF100: hue angle of 93.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BF100 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.05 |
| HSL | 93.36º | 1% | 0.47% | - |
| HSV(B) | 93.36º | 1% | 0.95% | - |
| XYZ | 37.52 | 66.04 | 10.77 | - |
| YUV | 173.46 | 30.11 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 0 | 0.56 | 0 | 1 | 0.05 | 93.36 | 1 | 0.47 |
| Hex | 6B | F1 | 0 | 38 | 0 | 64 | 5 | 5D | 64 | 2F |
| Octal | 153 | 361 | 0 | 70 | 0 | 144 | 5 | 135 | 144 | 57 |
| Binary | 1101011 | 11110001 | 0 | 111000 | 0 | 1100100 | 101 | 1011101 | 1100100 | 101111 |
Color Harmonies of #6BF100
Complementary color
Monochromatic Colors of #6BF100
Black with #6BF100
Text Example
Text Example
White with #6BF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF100; }
p { color: rgb(107,241,0); }
H1.HeaderClassName
{
color: #6BF100;
}
.AnyTagClassName
{
color: #6BF100;
}
</style>
background-color css
<style>
a { background-color: #6BF100; }
a { background-color: rgb(107,241,0); }
div.DivClassName
{
background-color: #6BF100;
}
.BgClassName
{
background-color: #6BF100;
}
</style>
border-color css
<style>
span { border-color: #6BF100; }
span { border-color: rgb(107,241,0); }
td.TdClassName
{
border-color: #6BF100;
}
.TagClassName
{
border-color: #6BF100;
}
</style>