Shades of Bright Green #6BF614
Tints of Bright Green #6BF614
RGB
CMYK
RGB Variations
Color information
#6BF614 (or 0x6BF614) is known color: Bright Green. HEX triplet: 6B, F6 and 14. RGB value is (107,246,20). Sum of RGB (Red+Green+Blue) = 107+246+20=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 246 (96.48% from 255 or 65.95% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF614 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF614 is #9409EB. Grayscale: #B3B3B3. Windows color (decimal): -9701868 or 1373803. OLE color: 1373803.
HSL color Cylindrical-coordinate representation of color #6BF614: hue angle of 96.9º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BF614 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 246 | 20 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.04 |
| HSL | 96.9º | 0.93% | 0.52% | - |
| HSV(B) | 96.9º | 0.92% | 0.96% | - |
| XYZ | 39.15 | 69.09 | 11.93 | - |
| YUV | 178.68 | 38.45 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 246 | 20 | 0.57 | 0 | 0.92 | 0.04 | 96.9 | 0.93 | 0.52 |
| Hex | 6B | F6 | 14 | 39 | 0 | 5C | 4 | 61 | 5D | 34 |
| Octal | 153 | 366 | 24 | 71 | 0 | 134 | 4 | 141 | 135 | 64 |
| Binary | 1101011 | 11110110 | 10100 | 111001 | 0 | 1011100 | 100 | 1100001 | 1011101 | 110100 |
Color Harmonies of #6BF614
Complementary color
Monochromatic Colors of #6BF614
Black with #6BF614
Text Example
Text Example
White with #6BF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF614; }
p { color: rgb(107,246,20); }
H1.HeaderClassName
{
color: #6BF614;
}
.AnyTagClassName
{
color: #6BF614;
}
</style>
background-color css
<style>
a { background-color: #6BF614; }
a { background-color: rgb(107,246,20); }
div.DivClassName
{
background-color: #6BF614;
}
.BgClassName
{
background-color: #6BF614;
}
</style>
border-color css
<style>
span { border-color: #6BF614; }
span { border-color: rgb(107,246,20); }
td.TdClassName
{
border-color: #6BF614;
}
.TagClassName
{
border-color: #6BF614;
}
</style>