Shades of Bright Green #6CF116
Tints of Bright Green #6CF116
RGB
CMYK
RGB Variations
Color information
#6CF116 (or 0x6CF116) is known color: Bright Green. HEX triplet: 6C, F1 and 16. RGB value is (108,241,22). Sum of RGB (Red+Green+Blue) = 108+241+22=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF116 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF116 is #930EE9. Grayscale: #B1B1B1. Windows color (decimal): -9637610 or 1503596. OLE color: 1503596.
HSL color Cylindrical-coordinate representation of color #6CF116: hue angle of 96.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CF116 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 22 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.05 |
| HSL | 96.44º | 0.89% | 0.52% | - |
| HSV(B) | 96.44º | 0.91% | 0.95% | - |
| XYZ | 37.78 | 66.16 | 11.54 | - |
| YUV | 176.27 | 40.94 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 22 | 0.55 | 0 | 0.91 | 0.05 | 96.44 | 0.89 | 0.52 |
| Hex | 6C | F1 | 16 | 37 | 0 | 5B | 5 | 60 | 59 | 34 |
| Octal | 154 | 361 | 26 | 67 | 0 | 133 | 5 | 140 | 131 | 64 |
| Binary | 1101100 | 11110001 | 10110 | 110111 | 0 | 1011011 | 101 | 1100000 | 1011001 | 110100 |
Color Harmonies of #6CF116
Complementary color
Monochromatic Colors of #6CF116
Black with #6CF116
Text Example
Text Example
White with #6CF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF116; }
p { color: rgb(108,241,22); }
H1.HeaderClassName
{
color: #6CF116;
}
.AnyTagClassName
{
color: #6CF116;
}
</style>
background-color css
<style>
a { background-color: #6CF116; }
a { background-color: rgb(108,241,22); }
div.DivClassName
{
background-color: #6CF116;
}
.BgClassName
{
background-color: #6CF116;
}
</style>
border-color css
<style>
span { border-color: #6CF116; }
span { border-color: rgb(108,241,22); }
td.TdClassName
{
border-color: #6CF116;
}
.TagClassName
{
border-color: #6CF116;
}
</style>