Shades of Bright Green #6BF020
Tints of Bright Green #6BF020
RGB
CMYK
RGB Variations
Color information
#6BF020 (or 0x6BF020) is known color: Bright Green. HEX triplet: 6B, F0 and 20. RGB value is (107,240,32). Sum of RGB (Red+Green+Blue) = 107+240+32=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BF020 is #940FDF. Grayscale: #B1B1B1. Windows color (decimal): -9703392 or 2158699. OLE color: 2158699.
HSL color Cylindrical-coordinate representation of color #6BF020: hue angle of 98.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BF020 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 32 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.06 |
| HSL | 98.37º | 0.87% | 0.53% | - |
| HSV(B) | 98.37º | 0.87% | 0.94% | - |
| XYZ | 37.48 | 65.55 | 12.04 | - |
| YUV | 176.52 | 46.44 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 32 | 0.55 | 0 | 0.87 | 0.06 | 98.37 | 0.87 | 0.53 |
| Hex | 6B | F0 | 20 | 37 | 0 | 57 | 6 | 62 | 57 | 35 |
| Octal | 153 | 360 | 40 | 67 | 0 | 127 | 6 | 142 | 127 | 65 |
| Binary | 1101011 | 11110000 | 100000 | 110111 | 0 | 1010111 | 110 | 1100010 | 1010111 | 110101 |
Color Harmonies of #6BF020
Complementary color
Monochromatic Colors of #6BF020
Black with #6BF020
Text Example
Text Example
White with #6BF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF020; }
p { color: rgb(107,240,32); }
H1.HeaderClassName
{
color: #6BF020;
}
.AnyTagClassName
{
color: #6BF020;
}
</style>
background-color css
<style>
a { background-color: #6BF020; }
a { background-color: rgb(107,240,32); }
div.DivClassName
{
background-color: #6BF020;
}
.BgClassName
{
background-color: #6BF020;
}
</style>
border-color css
<style>
span { border-color: #6BF020; }
span { border-color: rgb(107,240,32); }
td.TdClassName
{
border-color: #6BF020;
}
.TagClassName
{
border-color: #6BF020;
}
</style>