Shades of Bright Green #6BE512
Tints of Bright Green #6BE512
RGB
CMYK
RGB Variations
Color information
#6BE512 (or 0x6BE512) is known color: Bright Green. HEX triplet: 6B, E5 and 12. RGB value is (107,229,18). Sum of RGB (Red+Green+Blue) = 107+229+18=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 229 (89.84% from 255 or 64.69% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 229 - color contains mainly: green. Hex color #6BE512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BE512 is #941AED. Grayscale: #A9A9A9. Windows color (decimal): -9706222 or 1238379. OLE color: 1238379.
HSL color Cylindrical-coordinate representation of color #6BE512: hue angle of 94.69º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BE512 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 229 | 18 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.10 |
| HSL | 94.69º | 0.85% | 0.48% | - |
| HSV(B) | 94.69º | 0.92% | 0.9% | - |
| XYZ | 34.19 | 59.21 | 10.2 | - |
| YUV | 168.47 | 43.08 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 229 | 18 | 0.53 | 0 | 0.92 | 0.10 | 94.69 | 0.85 | 0.48 |
| Hex | 6B | E5 | 12 | 35 | 0 | 5C | A | 5F | 55 | 30 |
| Octal | 153 | 345 | 22 | 65 | 0 | 134 | 12 | 137 | 125 | 60 |
| Binary | 1101011 | 11100101 | 10010 | 110101 | 0 | 1011100 | 1010 | 1011111 | 1010101 | 110000 |
Color Harmonies of #6BE512
Complementary color
Monochromatic Colors of #6BE512
Black with #6BE512
Text Example
Text Example
White with #6BE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE512; }
p { color: rgb(107,229,18); }
H1.HeaderClassName
{
color: #6BE512;
}
.AnyTagClassName
{
color: #6BE512;
}
</style>
background-color css
<style>
a { background-color: #6BE512; }
a { background-color: rgb(107,229,18); }
div.DivClassName
{
background-color: #6BE512;
}
.BgClassName
{
background-color: #6BE512;
}
</style>
border-color css
<style>
span { border-color: #6BE512; }
span { border-color: rgb(107,229,18); }
td.TdClassName
{
border-color: #6BE512;
}
.TagClassName
{
border-color: #6BE512;
}
</style>