Shades of Bright Green #6FEC12
Tints of Bright Green #6FEC12
RGB
CMYK
RGB Variations
Color information
#6FEC12 (or 0x6FEC12) is known color: Bright Green. HEX triplet: 6F, EC and 12. RGB value is (111,236,18). Sum of RGB (Red+Green+Blue) = 111+236+18=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #6FEC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FEC12 is #9013ED. Grayscale: #AEAEAE. Windows color (decimal): -9442286 or 1240175. OLE color: 1240175.
HSL color Cylindrical-coordinate representation of color #6FEC12: hue angle of 94.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FEC12 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 18 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.07 |
| HSL | 94.4º | 0.86% | 0.5% | - |
| HSV(B) | 94.4º | 0.92% | 0.93% | - |
| XYZ | 36.66 | 63.41 | 10.88 | - |
| YUV | 173.77 | 40.09 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 18 | 0.53 | 0 | 0.92 | 0.07 | 94.4 | 0.86 | 0.5 |
| Hex | 6F | EC | 12 | 35 | 0 | 5C | 7 | 5E | 56 | 32 |
| Octal | 157 | 354 | 22 | 65 | 0 | 134 | 7 | 136 | 126 | 62 |
| Binary | 1101111 | 11101100 | 10010 | 110101 | 0 | 1011100 | 111 | 1011110 | 1010110 | 110010 |
Color Harmonies of #6FEC12
Complementary color
Monochromatic Colors of #6FEC12
Black with #6FEC12
Text Example
Text Example
White with #6FEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEC12; }
p { color: rgb(111,236,18); }
H1.HeaderClassName
{
color: #6FEC12;
}
.AnyTagClassName
{
color: #6FEC12;
}
</style>
background-color css
<style>
a { background-color: #6FEC12; }
a { background-color: rgb(111,236,18); }
div.DivClassName
{
background-color: #6FEC12;
}
.BgClassName
{
background-color: #6FEC12;
}
</style>
border-color css
<style>
span { border-color: #6FEC12; }
span { border-color: rgb(111,236,18); }
td.TdClassName
{
border-color: #6FEC12;
}
.TagClassName
{
border-color: #6FEC12;
}
</style>