Shades of Bright Green #6EFC01
Tints of Bright Green #6EFC01
RGB
CMYK
RGB Variations
Color information
#6EFC01 (or 0x6EFC01) is known color: Bright Green. HEX triplet: 6E, FC and 01. RGB value is (110,252,1). Sum of RGB (Red+Green+Blue) = 110+252+1=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFC01 is #9103FE. Grayscale: #B5B5B5. Windows color (decimal): -9503743 or 130158. OLE color: 130158.
HSL color Cylindrical-coordinate representation of color #6EFC01: hue angle of 93.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EFC01 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 1 | - |
| CMYK | 0.56 | 0 | 1.00 | 0.01 |
| HSL | 93.94º | 0.99% | 0.5% | - |
| HSV(B) | 93.94º | 1% | 0.99% | - |
| XYZ | 41.25 | 72.94 | 11.93 | - |
| YUV | 180.93 | 26.46 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 1 | 0.56 | 0 | 1.00 | 0.01 | 93.94 | 0.99 | 0.5 |
| Hex | 6E | FC | 1 | 38 | 0 | 64 | 1 | 5E | 63 | 32 |
| Octal | 156 | 374 | 1 | 70 | 0 | 144 | 1 | 136 | 143 | 62 |
| Binary | 1101110 | 11111100 | 1 | 111000 | 0 | 1100100 | 1 | 1011110 | 1100011 | 110010 |
Color Harmonies of #6EFC01
Complementary color
Monochromatic Colors of #6EFC01
Black with #6EFC01
Text Example
Text Example
White with #6EFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFC01; }
p { color: rgb(110,252,1); }
H1.HeaderClassName
{
color: #6EFC01;
}
.AnyTagClassName
{
color: #6EFC01;
}
</style>
background-color css
<style>
a { background-color: #6EFC01; }
a { background-color: rgb(110,252,1); }
div.DivClassName
{
background-color: #6EFC01;
}
.BgClassName
{
background-color: #6EFC01;
}
</style>
border-color css
<style>
span { border-color: #6EFC01; }
span { border-color: rgb(110,252,1); }
td.TdClassName
{
border-color: #6EFC01;
}
.TagClassName
{
border-color: #6EFC01;
}
</style>