Shades of Bright Green #6BF80E
Tints of Bright Green #6BF80E
RGB
CMYK
RGB Variations
Color information
#6BF80E (or 0x6BF80E) is known color: Bright Green. HEX triplet: 6B, F8 and 0E. RGB value is (107,248,14). Sum of RGB (Red+Green+Blue) = 107+248+14=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #6BF80E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF80E is #9407F1. Grayscale: #B3B3B3. Windows color (decimal): -9701362 or 981099. OLE color: 981099.
HSL color Cylindrical-coordinate representation of color #6BF80E: hue angle of 96.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BF80E is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 248 | 14 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.03 |
| HSL | 96.15º | 0.94% | 0.51% | - |
| HSV(B) | 96.15º | 0.94% | 0.97% | - |
| XYZ | 39.71 | 70.29 | 11.89 | - |
| YUV | 179.17 | 34.79 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 248 | 14 | 0.57 | 0 | 0.94 | 0.03 | 96.15 | 0.94 | 0.51 |
| Hex | 6B | F8 | E | 39 | 0 | 5E | 3 | 60 | 5E | 33 |
| Octal | 153 | 370 | 16 | 71 | 0 | 136 | 3 | 140 | 136 | 63 |
| Binary | 1101011 | 11111000 | 1110 | 111001 | 0 | 1011110 | 11 | 1100000 | 1011110 | 110011 |
Color Harmonies of #6BF80E
Complementary color
Monochromatic Colors of #6BF80E
Black with #6BF80E
Text Example
Text Example
White with #6BF80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF80E; }
p { color: rgb(107,248,14); }
H1.HeaderClassName
{
color: #6BF80E;
}
.AnyTagClassName
{
color: #6BF80E;
}
</style>
background-color css
<style>
a { background-color: #6BF80E; }
a { background-color: rgb(107,248,14); }
div.DivClassName
{
background-color: #6BF80E;
}
.BgClassName
{
background-color: #6BF80E;
}
</style>
border-color css
<style>
span { border-color: #6BF80E; }
span { border-color: rgb(107,248,14); }
td.TdClassName
{
border-color: #6BF80E;
}
.TagClassName
{
border-color: #6BF80E;
}
</style>