Shades of Bright Green #6BFC01
Tints of Bright Green #6BFC01
RGB
CMYK
RGB Variations
Color information
#6BFC01 (or 0x6BFC01) is known color: Bright Green. HEX triplet: 6B, FC and 01. RGB value is (107,252,1). Sum of RGB (Red+Green+Blue) = 107+252+1=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 252 (98.83% from 255 or 70% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFC01 is #9403FE. Grayscale: #B4B4B4. Windows color (decimal): -9700351 or 130155. OLE color: 130155.
HSL color Cylindrical-coordinate representation of color #6BFC01: hue angle of 94.66º 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 #6BFC01 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0.01 |
| HSL | 94.66º | 0.99% | 0.5% | - |
| HSV(B) | 94.66º | 1% | 0.99% | - |
| XYZ | 40.88 | 72.75 | 11.92 | - |
| YUV | 180.03 | 26.96 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 1 | 0.58 | 0 | 1.00 | 0.01 | 94.66 | 0.99 | 0.5 |
| Hex | 6B | FC | 1 | 3A | 0 | 64 | 1 | 5F | 63 | 32 |
| Octal | 153 | 374 | 1 | 72 | 0 | 144 | 1 | 137 | 143 | 62 |
| Binary | 1101011 | 11111100 | 1 | 111010 | 0 | 1100100 | 1 | 1011111 | 1100011 | 110010 |
Color Harmonies of #6BFC01
Complementary color
Monochromatic Colors of #6BFC01
Black with #6BFC01
Text Example
Text Example
White with #6BFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC01; }
p { color: rgb(107,252,1); }
H1.HeaderClassName
{
color: #6BFC01;
}
.AnyTagClassName
{
color: #6BFC01;
}
</style>
background-color css
<style>
a { background-color: #6BFC01; }
a { background-color: rgb(107,252,1); }
div.DivClassName
{
background-color: #6BFC01;
}
.BgClassName
{
background-color: #6BFC01;
}
</style>
border-color css
<style>
span { border-color: #6BFC01; }
span { border-color: rgb(107,252,1); }
td.TdClassName
{
border-color: #6BFC01;
}
.TagClassName
{
border-color: #6BFC01;
}
</style>