Shades of Bright Green #6BFF12
Tints of Bright Green #6BFF12
RGB
CMYK
RGB Variations
Color information
#6BFF12 (or 0x6BFF12) is known color: Bright Green. HEX triplet: 6B, FF and 12. RGB value is (107,255,18). Sum of RGB (Red+Green+Blue) = 107+255+18=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFF12 is #9400ED. Grayscale: #B8B8B8. Windows color (decimal): -9699566 or 1245035. OLE color: 1245035.
HSL color Cylindrical-coordinate representation of color #6BFF12: hue angle of 97.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BFF12 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 18 | - |
| CMYK | 0.58 | 0 | 0.93 | 0 |
| HSL | 97.47º | 1% | 0.54% | - |
| HSV(B) | 97.47º | 0.93% | 1% | - |
| XYZ | 41.93 | 74.69 | 12.78 | - |
| YUV | 183.73 | 34.47 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 18 | 0.58 | 0 | 0.93 | 0 | 97.47 | 1 | 0.54 |
| Hex | 6B | FF | 12 | 3A | 0 | 5D | 0 | 61 | 64 | 36 |
| Octal | 153 | 377 | 22 | 72 | 0 | 135 | 0 | 141 | 144 | 66 |
| Binary | 1101011 | 11111111 | 10010 | 111010 | 0 | 1011101 | 0 | 1100001 | 1100100 | 110110 |
Color Harmonies of #6BFF12
Complementary color
Monochromatic Colors of #6BFF12
Black with #6BFF12
Text Example
Text Example
White with #6BFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF12; }
p { color: rgb(107,255,18); }
H1.HeaderClassName
{
color: #6BFF12;
}
.AnyTagClassName
{
color: #6BFF12;
}
</style>
background-color css
<style>
a { background-color: #6BFF12; }
a { background-color: rgb(107,255,18); }
div.DivClassName
{
background-color: #6BFF12;
}
.BgClassName
{
background-color: #6BFF12;
}
</style>
border-color css
<style>
span { border-color: #6BFF12; }
span { border-color: rgb(107,255,18); }
td.TdClassName
{
border-color: #6BFF12;
}
.TagClassName
{
border-color: #6BFF12;
}
</style>