Shades of Bright Green #6EFA12
Tints of Bright Green #6EFA12
RGB
CMYK
RGB Variations
Color information
#6EFA12 (or 0x6EFA12) is known color: Bright Green. HEX triplet: 6E, FA and 12. RGB value is (110,250,18). Sum of RGB (Red+Green+Blue) = 110+250+18=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFA12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFA12 is #9105ED. Grayscale: #B6B6B6. Windows color (decimal): -9504238 or 1243758. OLE color: 1243758.
HSL color Cylindrical-coordinate representation of color #6EFA12: hue angle of 96.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EFA12 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 18 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.02 |
| HSL | 96.21º | 0.96% | 0.53% | - |
| HSV(B) | 96.21º | 0.93% | 0.98% | - |
| XYZ | 40.73 | 71.73 | 12.27 | - |
| YUV | 181.69 | 35.62 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 18 | 0.56 | 0 | 0.93 | 0.02 | 96.21 | 0.96 | 0.53 |
| Hex | 6E | FA | 12 | 38 | 0 | 5D | 2 | 60 | 60 | 35 |
| Octal | 156 | 372 | 22 | 70 | 0 | 135 | 2 | 140 | 140 | 65 |
| Binary | 1101110 | 11111010 | 10010 | 111000 | 0 | 1011101 | 10 | 1100000 | 1100000 | 110101 |
Color Harmonies of #6EFA12
Complementary color
Monochromatic Colors of #6EFA12
Black with #6EFA12
Text Example
Text Example
White with #6EFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFA12; }
p { color: rgb(110,250,18); }
H1.HeaderClassName
{
color: #6EFA12;
}
.AnyTagClassName
{
color: #6EFA12;
}
</style>
background-color css
<style>
a { background-color: #6EFA12; }
a { background-color: rgb(110,250,18); }
div.DivClassName
{
background-color: #6EFA12;
}
.BgClassName
{
background-color: #6EFA12;
}
</style>
border-color css
<style>
span { border-color: #6EFA12; }
span { border-color: rgb(110,250,18); }
td.TdClassName
{
border-color: #6EFA12;
}
.TagClassName
{
border-color: #6EFA12;
}
</style>