Shades of Bright Green #6EFC13
Tints of Bright Green #6EFC13
RGB
CMYK
RGB Variations
Color information
#6EFC13 (or 0x6EFC13) is known color: Bright Green. HEX triplet: 6E, FC and 13. RGB value is (110,252,19). Sum of RGB (Red+Green+Blue) = 110+252+19=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFC13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFC13 is #9103EC. Grayscale: #B7B7B7. Windows color (decimal): -9503725 or 1309806. OLE color: 1309806.
HSL color Cylindrical-coordinate representation of color #6EFC13: hue angle of 96.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EFC13 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 19 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.01 |
| HSL | 96.57º | 0.97% | 0.53% | - |
| HSV(B) | 96.57º | 0.92% | 0.99% | - |
| XYZ | 41.36 | 72.98 | 12.52 | - |
| YUV | 182.98 | 35.46 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 19 | 0.56 | 0 | 0.92 | 0.01 | 96.57 | 0.97 | 0.53 |
| Hex | 6E | FC | 13 | 38 | 0 | 5C | 1 | 61 | 61 | 35 |
| Octal | 156 | 374 | 23 | 70 | 0 | 134 | 1 | 141 | 141 | 65 |
| Binary | 1101110 | 11111100 | 10011 | 111000 | 0 | 1011100 | 1 | 1100001 | 1100001 | 110101 |
Color Harmonies of #6EFC13
Complementary color
Monochromatic Colors of #6EFC13
Black with #6EFC13
Text Example
Text Example
White with #6EFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFC13; }
p { color: rgb(110,252,19); }
H1.HeaderClassName
{
color: #6EFC13;
}
.AnyTagClassName
{
color: #6EFC13;
}
</style>
background-color css
<style>
a { background-color: #6EFC13; }
a { background-color: rgb(110,252,19); }
div.DivClassName
{
background-color: #6EFC13;
}
.BgClassName
{
background-color: #6EFC13;
}
</style>
border-color css
<style>
span { border-color: #6EFC13; }
span { border-color: rgb(110,252,19); }
td.TdClassName
{
border-color: #6EFC13;
}
.TagClassName
{
border-color: #6EFC13;
}
</style>