Shades of Bright Green #6BFC0D
Tints of Bright Green #6BFC0D
RGB
CMYK
RGB Variations
Color information
#6BFC0D (or 0x6BFC0D) is known color: Bright Green. HEX triplet: 6B, FC and 0D. RGB value is (107,252,13). Sum of RGB (Red+Green+Blue) = 107+252+13=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFC0D is #9403F2. Grayscale: #B6B6B6. Windows color (decimal): -9700339 or 916587. OLE color: 916587.
HSL color Cylindrical-coordinate representation of color #6BFC0D: hue angle of 96.4º 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 #6BFC0D is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 13 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.01 |
| HSL | 96.4º | 0.98% | 0.52% | - |
| HSV(B) | 96.4º | 0.95% | 0.99% | - |
| XYZ | 40.95 | 72.78 | 12.27 | - |
| YUV | 181.4 | 32.96 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 13 | 0.58 | 0 | 0.95 | 0.01 | 96.4 | 0.98 | 0.52 |
| Hex | 6B | FC | D | 3A | 0 | 5F | 1 | 60 | 62 | 34 |
| Octal | 153 | 374 | 15 | 72 | 0 | 137 | 1 | 140 | 142 | 64 |
| Binary | 1101011 | 11111100 | 1101 | 111010 | 0 | 1011111 | 1 | 1100000 | 1100010 | 110100 |
Color Harmonies of #6BFC0D
Complementary color
Monochromatic Colors of #6BFC0D
Black with #6BFC0D
Text Example
Text Example
White with #6BFC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC0D; }
p { color: rgb(107,252,13); }
H1.HeaderClassName
{
color: #6BFC0D;
}
.AnyTagClassName
{
color: #6BFC0D;
}
</style>
background-color css
<style>
a { background-color: #6BFC0D; }
a { background-color: rgb(107,252,13); }
div.DivClassName
{
background-color: #6BFC0D;
}
.BgClassName
{
background-color: #6BFC0D;
}
</style>
border-color css
<style>
span { border-color: #6BFC0D; }
span { border-color: rgb(107,252,13); }
td.TdClassName
{
border-color: #6BFC0D;
}
.TagClassName
{
border-color: #6BFC0D;
}
</style>