Shades of Bright Green #6BF802
Tints of Bright Green #6BF802
RGB
CMYK
RGB Variations
Color information
#6BF802 (or 0x6BF802) is known color: Bright Green. HEX triplet: 6B, F8 and 02. RGB value is (107,248,2). Sum of RGB (Red+Green+Blue) = 107+248+2=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #6BF802 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF802 is #9407FD. Grayscale: #B2B2B2. Windows color (decimal): -9701374 or 194667. OLE color: 194667.
HSL color Cylindrical-coordinate representation of color #6BF802: hue angle of 94.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BF802 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 248 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.03 |
| HSL | 94.39º | 0.98% | 0.49% | - |
| HSV(B) | 94.39º | 0.99% | 0.97% | - |
| XYZ | 39.64 | 70.26 | 11.53 | - |
| YUV | 177.8 | 28.79 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 248 | 2 | 0.57 | 0 | 0.99 | 0.03 | 94.39 | 0.98 | 0.49 |
| Hex | 6B | F8 | 2 | 39 | 0 | 63 | 3 | 5E | 62 | 31 |
| Octal | 153 | 370 | 2 | 71 | 0 | 143 | 3 | 136 | 142 | 61 |
| Binary | 1101011 | 11111000 | 10 | 111001 | 0 | 1100011 | 11 | 1011110 | 1100010 | 110001 |
Color Harmonies of #6BF802
Complementary color
Monochromatic Colors of #6BF802
Black with #6BF802
Text Example
Text Example
White with #6BF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF802; }
p { color: rgb(107,248,2); }
H1.HeaderClassName
{
color: #6BF802;
}
.AnyTagClassName
{
color: #6BF802;
}
</style>
background-color css
<style>
a { background-color: #6BF802; }
a { background-color: rgb(107,248,2); }
div.DivClassName
{
background-color: #6BF802;
}
.BgClassName
{
background-color: #6BF802;
}
</style>
border-color css
<style>
span { border-color: #6BF802; }
span { border-color: rgb(107,248,2); }
td.TdClassName
{
border-color: #6BF802;
}
.TagClassName
{
border-color: #6BF802;
}
</style>