Shades of Bright Green #6EFB01
Tints of Bright Green #6EFB01
RGB
CMYK
RGB Variations
Color information
#6EFB01 (or 0x6EFB01) is known color: Bright Green. HEX triplet: 6E, FB and 01. RGB value is (110,251,1). Sum of RGB (Red+Green+Blue) = 110+251+1=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 251 (98.44% from 255 or 69.34% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 251 - color contains mainly: green. Hex color #6EFB01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFB01 is #9104FE. Grayscale: #B5B5B5. Windows color (decimal): -9503999 or 129902. OLE color: 129902.
HSL color Cylindrical-coordinate representation of color #6EFB01: hue angle of 93.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EFB01 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 251 | 1 | - |
| CMYK | 0.56 | 0 | 1.00 | 0.02 |
| HSL | 93.84º | 0.99% | 0.49% | - |
| HSV(B) | 93.84º | 1% | 0.98% | - |
| XYZ | 40.93 | 72.31 | 11.83 | - |
| YUV | 180.34 | 26.79 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 251 | 1 | 0.56 | 0 | 1.00 | 0.02 | 93.84 | 0.99 | 0.49 |
| Hex | 6E | FB | 1 | 38 | 0 | 64 | 2 | 5E | 63 | 31 |
| Octal | 156 | 373 | 1 | 70 | 0 | 144 | 2 | 136 | 143 | 61 |
| Binary | 1101110 | 11111011 | 1 | 111000 | 0 | 1100100 | 10 | 1011110 | 1100011 | 110001 |
Color Harmonies of #6EFB01
Complementary color
Monochromatic Colors of #6EFB01
Black with #6EFB01
Text Example
Text Example
White with #6EFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFB01; }
p { color: rgb(110,251,1); }
H1.HeaderClassName
{
color: #6EFB01;
}
.AnyTagClassName
{
color: #6EFB01;
}
</style>
background-color css
<style>
a { background-color: #6EFB01; }
a { background-color: rgb(110,251,1); }
div.DivClassName
{
background-color: #6EFB01;
}
.BgClassName
{
background-color: #6EFB01;
}
</style>
border-color css
<style>
span { border-color: #6EFB01; }
span { border-color: rgb(110,251,1); }
td.TdClassName
{
border-color: #6EFB01;
}
.TagClassName
{
border-color: #6EFB01;
}
</style>