Shades of Bright Green #6BFE01
Tints of Bright Green #6BFE01
RGB
CMYK
RGB Variations
Color information
#6BFE01 (or 0x6BFE01) is known color: Bright Green. HEX triplet: 6B, FE and 01. RGB value is (107,254,1). Sum of RGB (Red+Green+Blue) = 107+254+1=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 254 (99.61% from 255 or 70.17% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFE01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFE01 is #9401FE. Grayscale: #B6B6B6. Windows color (decimal): -9699839 or 130667. OLE color: 130667.
HSL color Cylindrical-coordinate representation of color #6BFE01: hue angle of 94.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BFE01 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0.00 |
| HSL | 94.86º | 0.99% | 0.5% | - |
| HSV(B) | 94.86º | 1% | 1% | - |
| XYZ | 41.51 | 74.01 | 12.13 | - |
| YUV | 181.21 | 26.3 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 1 | 0.58 | 0 | 1.00 | 0.00 | 94.86 | 0.99 | 0.5 |
| Hex | 6B | FE | 1 | 3A | 0 | 64 | 0 | 5F | 63 | 32 |
| Octal | 153 | 376 | 1 | 72 | 0 | 144 | 0 | 137 | 143 | 62 |
| Binary | 1101011 | 11111110 | 1 | 111010 | 0 | 1100100 | 0 | 1011111 | 1100011 | 110010 |
Color Harmonies of #6BFE01
Complementary color
Monochromatic Colors of #6BFE01
Black with #6BFE01
Text Example
Text Example
White with #6BFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFE01; }
p { color: rgb(107,254,1); }
H1.HeaderClassName
{
color: #6BFE01;
}
.AnyTagClassName
{
color: #6BFE01;
}
</style>
background-color css
<style>
a { background-color: #6BFE01; }
a { background-color: rgb(107,254,1); }
div.DivClassName
{
background-color: #6BFE01;
}
.BgClassName
{
background-color: #6BFE01;
}
</style>
border-color css
<style>
span { border-color: #6BFE01; }
span { border-color: rgb(107,254,1); }
td.TdClassName
{
border-color: #6BFE01;
}
.TagClassName
{
border-color: #6BFE01;
}
</style>