Shades of Bright Green #6BFF01
Tints of Bright Green #6BFF01
RGB
CMYK
RGB Variations
Color information
#6BFF01 (or 0x6BFF01) is known color: Bright Green. HEX triplet: 6B, FF and 01. RGB value is (107,255,1). Sum of RGB (Red+Green+Blue) = 107+255+1=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFF01 is #9400FE. Grayscale: #B6B6B6. Windows color (decimal): -9699583 or 130923. OLE color: 130923.
HSL color Cylindrical-coordinate representation of color #6BFF01: hue angle of 94.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BFF01 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0 |
| HSL | 94.96º | 1% | 0.5% | - |
| HSV(B) | 94.96º | 1% | 1% | - |
| XYZ | 41.83 | 74.65 | 12.23 | - |
| YUV | 181.79 | 25.97 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 1 | 0.58 | 0 | 1.00 | 0 | 94.96 | 1 | 0.5 |
| Hex | 6B | FF | 1 | 3A | 0 | 64 | 0 | 5F | 64 | 32 |
| Octal | 153 | 377 | 1 | 72 | 0 | 144 | 0 | 137 | 144 | 62 |
| Binary | 1101011 | 11111111 | 1 | 111010 | 0 | 1100100 | 0 | 1011111 | 1100100 | 110010 |
Color Harmonies of #6BFF01
Complementary color
Monochromatic Colors of #6BFF01
Black with #6BFF01
Text Example
Text Example
White with #6BFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF01; }
p { color: rgb(107,255,1); }
H1.HeaderClassName
{
color: #6BFF01;
}
.AnyTagClassName
{
color: #6BFF01;
}
</style>
background-color css
<style>
a { background-color: #6BFF01; }
a { background-color: rgb(107,255,1); }
div.DivClassName
{
background-color: #6BFF01;
}
.BgClassName
{
background-color: #6BFF01;
}
</style>
border-color css
<style>
span { border-color: #6BFF01; }
span { border-color: rgb(107,255,1); }
td.TdClassName
{
border-color: #6BFF01;
}
.TagClassName
{
border-color: #6BFF01;
}
</style>