Shades of Bright Green #6FF80C
Tints of Bright Green #6FF80C
RGB
CMYK
RGB Variations
Color information
#6FF80C (or 0x6FF80C) is known color: Bright Green. HEX triplet: 6F, F8 and 0C. RGB value is (111,248,12). Sum of RGB (Red+Green+Blue) = 111+248+12=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF80C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF80C is #9007F3. Grayscale: #B4B4B4. Windows color (decimal): -9439220 or 850031. OLE color: 850031.
HSL color Cylindrical-coordinate representation of color #6FF80C: hue angle of 94.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6FF80C is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 248 | 12 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.03 |
| HSL | 94.83º | 0.94% | 0.51% | - |
| HSV(B) | 94.83º | 0.95% | 0.97% | - |
| XYZ | 40.19 | 70.54 | 11.85 | - |
| YUV | 180.13 | 33.11 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 248 | 12 | 0.55 | 0 | 0.95 | 0.03 | 94.83 | 0.94 | 0.51 |
| Hex | 6F | F8 | C | 37 | 0 | 5F | 3 | 5F | 5E | 33 |
| Octal | 157 | 370 | 14 | 67 | 0 | 137 | 3 | 137 | 136 | 63 |
| Binary | 1101111 | 11111000 | 1100 | 110111 | 0 | 1011111 | 11 | 1011111 | 1011110 | 110011 |
Color Harmonies of #6FF80C
Complementary color
Monochromatic Colors of #6FF80C
Black with #6FF80C
Text Example
Text Example
White with #6FF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF80C; }
p { color: rgb(111,248,12); }
H1.HeaderClassName
{
color: #6FF80C;
}
.AnyTagClassName
{
color: #6FF80C;
}
</style>
background-color css
<style>
a { background-color: #6FF80C; }
a { background-color: rgb(111,248,12); }
div.DivClassName
{
background-color: #6FF80C;
}
.BgClassName
{
background-color: #6FF80C;
}
</style>
border-color css
<style>
span { border-color: #6FF80C; }
span { border-color: rgb(111,248,12); }
td.TdClassName
{
border-color: #6FF80C;
}
.TagClassName
{
border-color: #6FF80C;
}
</style>