Shades of Bright Green #6BF800
Tints of Bright Green #6BF800
RGB
CMYK
RGB Variations
Color information
#6BF800 (or 0x6BF800) is known color: Bright Green. HEX triplet: 6B, F8 and 00. RGB value is (107,248,0). Sum of RGB (Red+Green+Blue) = 107+248+0=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 248 (97.27% from 255 or 69.86% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 248 - color contains mainly: green. Hex color #6BF800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF800 is #9407FF. Grayscale: #B2B2B2. Windows color (decimal): -9701376 or 63595. OLE color: 63595.
HSL color Cylindrical-coordinate representation of color #6BF800: hue angle of 94.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BF800 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 248 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.03 |
| HSL | 94.11º | 1% | 0.49% | - |
| HSV(B) | 94.11º | 1% | 0.97% | - |
| XYZ | 39.63 | 70.26 | 11.47 | - |
| YUV | 177.57 | 27.79 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 248 | 0 | 0.57 | 0 | 1 | 0.03 | 94.11 | 1 | 0.49 |
| Hex | 6B | F8 | 0 | 39 | 0 | 64 | 3 | 5E | 64 | 31 |
| Octal | 153 | 370 | 0 | 71 | 0 | 144 | 3 | 136 | 144 | 61 |
| Binary | 1101011 | 11111000 | 0 | 111001 | 0 | 1100100 | 11 | 1011110 | 1100100 | 110001 |
Color Harmonies of #6BF800
Complementary color
Monochromatic Colors of #6BF800
Black with #6BF800
Text Example
Text Example
White with #6BF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF800; }
p { color: rgb(107,248,0); }
H1.HeaderClassName
{
color: #6BF800;
}
.AnyTagClassName
{
color: #6BF800;
}
</style>
background-color css
<style>
a { background-color: #6BF800; }
a { background-color: rgb(107,248,0); }
div.DivClassName
{
background-color: #6BF800;
}
.BgClassName
{
background-color: #6BF800;
}
</style>
border-color css
<style>
span { border-color: #6BF800; }
span { border-color: rgb(107,248,0); }
td.TdClassName
{
border-color: #6BF800;
}
.TagClassName
{
border-color: #6BF800;
}
</style>