Shades of Bright Green #6EFF13
Tints of Bright Green #6EFF13
RGB
CMYK
RGB Variations
Color information
#6EFF13 (or 0x6EFF13) is known color: Bright Green. HEX triplet: 6E, FF and 13. RGB value is (110,255,19). Sum of RGB (Red+Green+Blue) = 110+255+19=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFF13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFF13 is #9100EC. Grayscale: #B9B9B9. Windows color (decimal): -9502957 or 1310574. OLE color: 1310574.
HSL color Cylindrical-coordinate representation of color #6EFF13: hue angle of 96.86º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EFF13 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 19 | - |
| CMYK | 0.57 | 0 | 0.93 | 0 |
| HSL | 96.86º | 1% | 0.54% | - |
| HSV(B) | 96.86º | 0.93% | 1% | - |
| XYZ | 42.31 | 74.88 | 12.84 | - |
| YUV | 184.74 | 34.46 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 19 | 0.57 | 0 | 0.93 | 0 | 96.86 | 1 | 0.54 |
| Hex | 6E | FF | 13 | 39 | 0 | 5D | 0 | 61 | 64 | 36 |
| Octal | 156 | 377 | 23 | 71 | 0 | 135 | 0 | 141 | 144 | 66 |
| Binary | 1101110 | 11111111 | 10011 | 111001 | 0 | 1011101 | 0 | 1100001 | 1100100 | 110110 |
Color Harmonies of #6EFF13
Complementary color
Monochromatic Colors of #6EFF13
Black with #6EFF13
Text Example
Text Example
White with #6EFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFF13; }
p { color: rgb(110,255,19); }
H1.HeaderClassName
{
color: #6EFF13;
}
.AnyTagClassName
{
color: #6EFF13;
}
</style>
background-color css
<style>
a { background-color: #6EFF13; }
a { background-color: rgb(110,255,19); }
div.DivClassName
{
background-color: #6EFF13;
}
.BgClassName
{
background-color: #6EFF13;
}
</style>
border-color css
<style>
span { border-color: #6EFF13; }
span { border-color: rgb(110,255,19); }
td.TdClassName
{
border-color: #6EFF13;
}
.TagClassName
{
border-color: #6EFF13;
}
</style>