Shades of Bright Green #6BFD00
Tints of Bright Green #6BFD00
RGB
CMYK
RGB Variations
Color information
#6BFD00 (or 0x6BFD00) is known color: Bright Green. HEX triplet: 6B, FD and 00. RGB value is (107,253,0). Sum of RGB (Red+Green+Blue) = 107+253+0=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 253 (99.22% from 255 or 70.28% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFD00 is #9402FF. Grayscale: #B5B5B5. Windows color (decimal): -9700096 or 64875. OLE color: 64875.
HSL color Cylindrical-coordinate representation of color #6BFD00: hue angle of 94.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BFD00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.01 |
| HSL | 94.62º | 1% | 0.5% | - |
| HSV(B) | 94.62º | 1% | 0.99% | - |
| XYZ | 41.19 | 73.38 | 11.99 | - |
| YUV | 180.5 | 26.13 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 0 | 0.58 | 0 | 1 | 0.01 | 94.62 | 1 | 0.5 |
| Hex | 6B | FD | 0 | 3A | 0 | 64 | 1 | 5F | 64 | 32 |
| Octal | 153 | 375 | 0 | 72 | 0 | 144 | 1 | 137 | 144 | 62 |
| Binary | 1101011 | 11111101 | 0 | 111010 | 0 | 1100100 | 1 | 1011111 | 1100100 | 110010 |
Color Harmonies of #6BFD00
Complementary color
Monochromatic Colors of #6BFD00
Black with #6BFD00
Text Example
Text Example
White with #6BFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFD00; }
p { color: rgb(107,253,0); }
H1.HeaderClassName
{
color: #6BFD00;
}
.AnyTagClassName
{
color: #6BFD00;
}
</style>
background-color css
<style>
a { background-color: #6BFD00; }
a { background-color: rgb(107,253,0); }
div.DivClassName
{
background-color: #6BFD00;
}
.BgClassName
{
background-color: #6BFD00;
}
</style>
border-color css
<style>
span { border-color: #6BFD00; }
span { border-color: rgb(107,253,0); }
td.TdClassName
{
border-color: #6BFD00;
}
.TagClassName
{
border-color: #6BFD00;
}
</style>