Shades of Bright Green #6BFC13
Tints of Bright Green #6BFC13
RGB
CMYK
RGB Variations
Color information
#6BFC13 (or 0x6BFC13) is known color: Bright Green. HEX triplet: 6B, FC and 13. RGB value is (107,252,19). Sum of RGB (Red+Green+Blue) = 107+252+19=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFC13 is #9403EC. Grayscale: #B6B6B6. Windows color (decimal): -9700333 or 1309803. OLE color: 1309803.
HSL color Cylindrical-coordinate representation of color #6BFC13: hue angle of 97.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BFC13 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 19 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.01 |
| HSL | 97.34º | 0.97% | 0.53% | - |
| HSV(B) | 97.34º | 0.92% | 0.99% | - |
| XYZ | 40.99 | 72.79 | 12.51 | - |
| YUV | 182.08 | 35.96 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 19 | 0.58 | 0 | 0.92 | 0.01 | 97.34 | 0.97 | 0.53 |
| Hex | 6B | FC | 13 | 3A | 0 | 5C | 1 | 61 | 61 | 35 |
| Octal | 153 | 374 | 23 | 72 | 0 | 134 | 1 | 141 | 141 | 65 |
| Binary | 1101011 | 11111100 | 10011 | 111010 | 0 | 1011100 | 1 | 1100001 | 1100001 | 110101 |
Color Harmonies of #6BFC13
Complementary color
Monochromatic Colors of #6BFC13
Black with #6BFC13
Text Example
Text Example
White with #6BFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC13; }
p { color: rgb(107,252,19); }
H1.HeaderClassName
{
color: #6BFC13;
}
.AnyTagClassName
{
color: #6BFC13;
}
</style>
background-color css
<style>
a { background-color: #6BFC13; }
a { background-color: rgb(107,252,19); }
div.DivClassName
{
background-color: #6BFC13;
}
.BgClassName
{
background-color: #6BFC13;
}
</style>
border-color css
<style>
span { border-color: #6BFC13; }
span { border-color: rgb(107,252,19); }
td.TdClassName
{
border-color: #6BFC13;
}
.TagClassName
{
border-color: #6BFC13;
}
</style>