Shades of Bright Green #6BFF0F
Tints of Bright Green #6BFF0F
RGB
CMYK
RGB Variations
Color information
#6BFF0F (or 0x6BFF0F) is known color: Bright Green. HEX triplet: 6B, FF and 0F. RGB value is (107,255,15). Sum of RGB (Red+Green+Blue) = 107+255+15=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFF0F is #9400F0. Grayscale: #B8B8B8. Windows color (decimal): -9699569 or 1048427. OLE color: 1048427.
HSL color Cylindrical-coordinate representation of color #6BFF0F: hue angle of 97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BFF0F is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 15 | - |
| CMYK | 0.58 | 0 | 0.94 | 0 |
| HSL | 97º | 1% | 0.53% | - |
| HSV(B) | 97º | 0.94% | 1% | - |
| XYZ | 41.91 | 74.68 | 12.66 | - |
| YUV | 183.39 | 32.97 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 15 | 0.58 | 0 | 0.94 | 0 | 97 | 1 | 0.53 |
| Hex | 6B | FF | F | 3A | 0 | 5E | 0 | 61 | 64 | 35 |
| Octal | 153 | 377 | 17 | 72 | 0 | 136 | 0 | 141 | 144 | 65 |
| Binary | 1101011 | 11111111 | 1111 | 111010 | 0 | 1011110 | 0 | 1100001 | 1100100 | 110101 |
Color Harmonies of #6BFF0F
Complementary color
Monochromatic Colors of #6BFF0F
Black with #6BFF0F
Text Example
Text Example
White with #6BFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF0F; }
p { color: rgb(107,255,15); }
H1.HeaderClassName
{
color: #6BFF0F;
}
.AnyTagClassName
{
color: #6BFF0F;
}
</style>
background-color css
<style>
a { background-color: #6BFF0F; }
a { background-color: rgb(107,255,15); }
div.DivClassName
{
background-color: #6BFF0F;
}
.BgClassName
{
background-color: #6BFF0F;
}
</style>
border-color css
<style>
span { border-color: #6BFF0F; }
span { border-color: rgb(107,255,15); }
td.TdClassName
{
border-color: #6BFF0F;
}
.TagClassName
{
border-color: #6BFF0F;
}
</style>