Shades of Bright Green #6BE220
Tints of Bright Green #6BE220
RGB
CMYK
RGB Variations
Color information
#6BE220 (or 0x6BE220) is known color: Bright Green. HEX triplet: 6B, E2 and 20. RGB value is (107,226,32). Sum of RGB (Red+Green+Blue) = 107+226+32=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BE220 is #941DDF. Grayscale: #A8A8A8. Windows color (decimal): -9706976 or 2155115. OLE color: 2155115.
HSL color Cylindrical-coordinate representation of color #6BE220: hue angle of 96.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BE220 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 226 | 32 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.11 |
| HSL | 96.8º | 0.77% | 0.51% | - |
| HSV(B) | 96.8º | 0.86% | 0.89% | - |
| XYZ | 33.52 | 57.62 | 10.72 | - |
| YUV | 168.3 | 51.08 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 226 | 32 | 0.53 | 0 | 0.86 | 0.11 | 96.8 | 0.77 | 0.51 |
| Hex | 6B | E2 | 20 | 35 | 0 | 56 | B | 61 | 4D | 33 |
| Octal | 153 | 342 | 40 | 65 | 0 | 126 | 13 | 141 | 115 | 63 |
| Binary | 1101011 | 11100010 | 100000 | 110101 | 0 | 1010110 | 1011 | 1100001 | 1001101 | 110011 |
Color Harmonies of #6BE220
Complementary color
Monochromatic Colors of #6BE220
Black with #6BE220
Text Example
Text Example
White with #6BE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE220; }
p { color: rgb(107,226,32); }
H1.HeaderClassName
{
color: #6BE220;
}
.AnyTagClassName
{
color: #6BE220;
}
</style>
background-color css
<style>
a { background-color: #6BE220; }
a { background-color: rgb(107,226,32); }
div.DivClassName
{
background-color: #6BE220;
}
.BgClassName
{
background-color: #6BE220;
}
</style>
border-color css
<style>
span { border-color: #6BE220; }
span { border-color: rgb(107,226,32); }
td.TdClassName
{
border-color: #6BE220;
}
.TagClassName
{
border-color: #6BE220;
}
</style>