Shades of Bright Green #6CFC0C
Tints of Bright Green #6CFC0C
RGB
CMYK
RGB Variations
Color information
#6CFC0C (or 0x6CFC0C) is known color: Bright Green. HEX triplet: 6C, FC and 0C. RGB value is (108,252,12). Sum of RGB (Red+Green+Blue) = 108+252+12=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFC0C is #9303F3. Grayscale: #B6B6B6. Windows color (decimal): -9634804 or 851052. OLE color: 851052.
HSL color Cylindrical-coordinate representation of color #6CFC0C: hue angle of 96º 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 #6CFC0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 12 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.01 |
| HSL | 96º | 0.98% | 0.52% | - |
| HSV(B) | 96º | 0.95% | 0.99% | - |
| XYZ | 41.06 | 72.84 | 12.24 | - |
| YUV | 181.58 | 32.29 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 12 | 0.57 | 0 | 0.95 | 0.01 | 96 | 0.98 | 0.52 |
| Hex | 6C | FC | C | 39 | 0 | 5F | 1 | 60 | 62 | 34 |
| Octal | 154 | 374 | 14 | 71 | 0 | 137 | 1 | 140 | 142 | 64 |
| Binary | 1101100 | 11111100 | 1100 | 111001 | 0 | 1011111 | 1 | 1100000 | 1100010 | 110100 |
Color Harmonies of #6CFC0C
Complementary color
Monochromatic Colors of #6CFC0C
Black with #6CFC0C
Text Example
Text Example
White with #6CFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFC0C; }
p { color: rgb(108,252,12); }
H1.HeaderClassName
{
color: #6CFC0C;
}
.AnyTagClassName
{
color: #6CFC0C;
}
</style>
background-color css
<style>
a { background-color: #6CFC0C; }
a { background-color: rgb(108,252,12); }
div.DivClassName
{
background-color: #6CFC0C;
}
.BgClassName
{
background-color: #6CFC0C;
}
</style>
border-color css
<style>
span { border-color: #6CFC0C; }
span { border-color: rgb(108,252,12); }
td.TdClassName
{
border-color: #6CFC0C;
}
.TagClassName
{
border-color: #6CFC0C;
}
</style>