Shades of Bright Green #6CF212
Tints of Bright Green #6CF212
RGB
CMYK
RGB Variations
Color information
#6CF212 (or 0x6CF212) is known color: Bright Green. HEX triplet: 6C, F2 and 12. RGB value is (108,242,18). Sum of RGB (Red+Green+Blue) = 108+242+18=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 242 (94.92% from 255 or 65.76% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF212 is #930DED. Grayscale: #B1B1B1. Windows color (decimal): -9637358 or 1241708. OLE color: 1241708.
HSL color Cylindrical-coordinate representation of color #6CF212: hue angle of 95.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CF212 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 18 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.05 |
| HSL | 95.89º | 0.9% | 0.51% | - |
| HSV(B) | 95.89º | 0.93% | 0.95% | - |
| XYZ | 38.05 | 66.74 | 11.45 | - |
| YUV | 176.4 | 38.61 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 18 | 0.55 | 0 | 0.93 | 0.05 | 95.89 | 0.9 | 0.51 |
| Hex | 6C | F2 | 12 | 37 | 0 | 5D | 5 | 60 | 5A | 33 |
| Octal | 154 | 362 | 22 | 67 | 0 | 135 | 5 | 140 | 132 | 63 |
| Binary | 1101100 | 11110010 | 10010 | 110111 | 0 | 1011101 | 101 | 1100000 | 1011010 | 110011 |
Color Harmonies of #6CF212
Complementary color
Monochromatic Colors of #6CF212
Black with #6CF212
Text Example
Text Example
White with #6CF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF212; }
p { color: rgb(108,242,18); }
H1.HeaderClassName
{
color: #6CF212;
}
.AnyTagClassName
{
color: #6CF212;
}
</style>
background-color css
<style>
a { background-color: #6CF212; }
a { background-color: rgb(108,242,18); }
div.DivClassName
{
background-color: #6CF212;
}
.BgClassName
{
background-color: #6CF212;
}
</style>
border-color css
<style>
span { border-color: #6CF212; }
span { border-color: rgb(108,242,18); }
td.TdClassName
{
border-color: #6CF212;
}
.TagClassName
{
border-color: #6CF212;
}
</style>