Shades of Bright Green #6BFF0C
Tints of Bright Green #6BFF0C
RGB
CMYK
RGB Variations
Color information
#6BFF0C (or 0x6BFF0C) is known color: Bright Green. HEX triplet: 6B, FF and 0C. RGB value is (107,255,12). Sum of RGB (Red+Green+Blue) = 107+255+12=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFF0C is #9400F3. Grayscale: #B7B7B7. Windows color (decimal): -9699572 or 851819. OLE color: 851819.
HSL color Cylindrical-coordinate representation of color #6BFF0C: hue angle of 96.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BFF0C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0 |
| HSL | 96.54º | 1% | 0.52% | - |
| HSV(B) | 96.54º | 0.95% | 1% | - |
| XYZ | 41.89 | 74.67 | 12.55 | - |
| YUV | 183.05 | 31.47 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 12 | 0.58 | 0 | 0.95 | 0 | 96.54 | 1 | 0.52 |
| Hex | 6B | FF | C | 3A | 0 | 5F | 0 | 61 | 64 | 34 |
| Octal | 153 | 377 | 14 | 72 | 0 | 137 | 0 | 141 | 144 | 64 |
| Binary | 1101011 | 11111111 | 1100 | 111010 | 0 | 1011111 | 0 | 1100001 | 1100100 | 110100 |
Color Harmonies of #6BFF0C
Complementary color
Monochromatic Colors of #6BFF0C
Black with #6BFF0C
Text Example
Text Example
White with #6BFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF0C; }
p { color: rgb(107,255,12); }
H1.HeaderClassName
{
color: #6BFF0C;
}
.AnyTagClassName
{
color: #6BFF0C;
}
</style>
background-color css
<style>
a { background-color: #6BFF0C; }
a { background-color: rgb(107,255,12); }
div.DivClassName
{
background-color: #6BFF0C;
}
.BgClassName
{
background-color: #6BFF0C;
}
</style>
border-color css
<style>
span { border-color: #6BFF0C; }
span { border-color: rgb(107,255,12); }
td.TdClassName
{
border-color: #6BFF0C;
}
.TagClassName
{
border-color: #6BFF0C;
}
</style>