Shades of Bright Green #6BE414
Tints of Bright Green #6BE414
RGB
CMYK
RGB Variations
Color information
#6BE414 (or 0x6BE414) is known color: Bright Green. HEX triplet: 6B, E4 and 14. RGB value is (107,228,20). Sum of RGB (Red+Green+Blue) = 107+228+20=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 228 (89.45% from 255 or 64.23% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BE414 is #941BEB. Grayscale: #A8A8A8. Windows color (decimal): -9706476 or 1369195. OLE color: 1369195.
HSL color Cylindrical-coordinate representation of color #6BE414: hue angle of 94.9º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BE414 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 228 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.11 |
| HSL | 94.9º | 0.84% | 0.49% | - |
| HSV(B) | 94.9º | 0.91% | 0.89% | - |
| XYZ | 33.93 | 58.66 | 10.2 | - |
| YUV | 168.11 | 44.41 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 228 | 20 | 0.53 | 0 | 0.91 | 0.11 | 94.9 | 0.84 | 0.49 |
| Hex | 6B | E4 | 14 | 35 | 0 | 5B | B | 5F | 54 | 31 |
| Octal | 153 | 344 | 24 | 65 | 0 | 133 | 13 | 137 | 124 | 61 |
| Binary | 1101011 | 11100100 | 10100 | 110101 | 0 | 1011011 | 1011 | 1011111 | 1010100 | 110001 |
Color Harmonies of #6BE414
Complementary color
Monochromatic Colors of #6BE414
Black with #6BE414
Text Example
Text Example
White with #6BE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE414; }
p { color: rgb(107,228,20); }
H1.HeaderClassName
{
color: #6BE414;
}
.AnyTagClassName
{
color: #6BE414;
}
</style>
background-color css
<style>
a { background-color: #6BE414; }
a { background-color: rgb(107,228,20); }
div.DivClassName
{
background-color: #6BE414;
}
.BgClassName
{
background-color: #6BE414;
}
</style>
border-color css
<style>
span { border-color: #6BE414; }
span { border-color: rgb(107,228,20); }
td.TdClassName
{
border-color: #6BE414;
}
.TagClassName
{
border-color: #6BE414;
}
</style>