Shades of Bright Green #6BFC0C
Tints of Bright Green #6BFC0C
RGB
CMYK
RGB Variations
Color information
#6BFC0C (or 0x6BFC0C) is known color: Bright Green. HEX triplet: 6B, FC and 0C. RGB value is (107,252,12). Sum of RGB (Red+Green+Blue) = 107+252+12=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFC0C is #9403F3. Grayscale: #B6B6B6. Windows color (decimal): -9700340 or 851051. OLE color: 851051.
HSL color Cylindrical-coordinate representation of color #6BFC0C: hue angle of 96.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BFC0C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.01 |
| HSL | 96.25º | 0.98% | 0.52% | - |
| HSV(B) | 96.25º | 0.95% | 0.99% | - |
| XYZ | 40.94 | 72.77 | 12.24 | - |
| YUV | 181.29 | 32.46 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 12 | 0.58 | 0 | 0.95 | 0.01 | 96.25 | 0.98 | 0.52 |
| Hex | 6B | FC | C | 3A | 0 | 5F | 1 | 60 | 62 | 34 |
| Octal | 153 | 374 | 14 | 72 | 0 | 137 | 1 | 140 | 142 | 64 |
| Binary | 1101011 | 11111100 | 1100 | 111010 | 0 | 1011111 | 1 | 1100000 | 1100010 | 110100 |
Color Harmonies of #6BFC0C
Complementary color
Monochromatic Colors of #6BFC0C
Black with #6BFC0C
Text Example
Text Example
White with #6BFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC0C; }
p { color: rgb(107,252,12); }
H1.HeaderClassName
{
color: #6BFC0C;
}
.AnyTagClassName
{
color: #6BFC0C;
}
</style>
background-color css
<style>
a { background-color: #6BFC0C; }
a { background-color: rgb(107,252,12); }
div.DivClassName
{
background-color: #6BFC0C;
}
.BgClassName
{
background-color: #6BFC0C;
}
</style>
border-color css
<style>
span { border-color: #6BFC0C; }
span { border-color: rgb(107,252,12); }
td.TdClassName
{
border-color: #6BFC0C;
}
.TagClassName
{
border-color: #6BFC0C;
}
</style>