Shades of Bright Green #6BFD01
Tints of Bright Green #6BFD01
RGB
CMYK
RGB Variations
Color information
#6BFD01 (or 0x6BFD01) is known color: Bright Green. HEX triplet: 6B, FD and 01. RGB value is (107,253,1). Sum of RGB (Red+Green+Blue) = 107+253+1=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFD01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFD01 is #9402FE. Grayscale: #B5B5B5. Windows color (decimal): -9700095 or 130411. OLE color: 130411.
HSL color Cylindrical-coordinate representation of color #6BFD01: hue angle of 94.76º 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 #6BFD01 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0.01 |
| HSL | 94.76º | 0.99% | 0.5% | - |
| HSV(B) | 94.76º | 1% | 0.99% | - |
| XYZ | 41.19 | 73.38 | 12.02 | - |
| YUV | 180.62 | 26.63 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 1 | 0.58 | 0 | 1.00 | 0.01 | 94.76 | 0.99 | 0.5 |
| Hex | 6B | FD | 1 | 3A | 0 | 64 | 1 | 5F | 63 | 32 |
| Octal | 153 | 375 | 1 | 72 | 0 | 144 | 1 | 137 | 143 | 62 |
| Binary | 1101011 | 11111101 | 1 | 111010 | 0 | 1100100 | 1 | 1011111 | 1100011 | 110010 |
Color Harmonies of #6BFD01
Complementary color
Monochromatic Colors of #6BFD01
Black with #6BFD01
Text Example
Text Example
White with #6BFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFD01; }
p { color: rgb(107,253,1); }
H1.HeaderClassName
{
color: #6BFD01;
}
.AnyTagClassName
{
color: #6BFD01;
}
</style>
background-color css
<style>
a { background-color: #6BFD01; }
a { background-color: rgb(107,253,1); }
div.DivClassName
{
background-color: #6BFD01;
}
.BgClassName
{
background-color: #6BFD01;
}
</style>
border-color css
<style>
span { border-color: #6BFD01; }
span { border-color: rgb(107,253,1); }
td.TdClassName
{
border-color: #6BFD01;
}
.TagClassName
{
border-color: #6BFD01;
}
</style>