Shades of Bright Green #6CF114
Tints of Bright Green #6CF114
RGB
CMYK
RGB Variations
Color information
#6CF114 (or 0x6CF114) is known color: Bright Green. HEX triplet: 6C, F1 and 14. RGB value is (108,241,20). Sum of RGB (Red+Green+Blue) = 108+241+20=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF114 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF114 is #930EEB. Grayscale: #B0B0B0. Windows color (decimal): -9637612 or 1372524. OLE color: 1372524.
HSL color Cylindrical-coordinate representation of color #6CF114: hue angle of 96.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CF114 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 20 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.05 |
| HSL | 96.11º | 0.89% | 0.51% | - |
| HSV(B) | 96.11º | 0.92% | 0.95% | - |
| XYZ | 37.77 | 66.15 | 11.44 | - |
| YUV | 176.04 | 39.94 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 20 | 0.55 | 0 | 0.92 | 0.05 | 96.11 | 0.89 | 0.51 |
| Hex | 6C | F1 | 14 | 37 | 0 | 5C | 5 | 60 | 59 | 33 |
| Octal | 154 | 361 | 24 | 67 | 0 | 134 | 5 | 140 | 131 | 63 |
| Binary | 1101100 | 11110001 | 10100 | 110111 | 0 | 1011100 | 101 | 1100000 | 1011001 | 110011 |
Color Harmonies of #6CF114
Complementary color
Monochromatic Colors of #6CF114
Black with #6CF114
Text Example
Text Example
White with #6CF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF114; }
p { color: rgb(108,241,20); }
H1.HeaderClassName
{
color: #6CF114;
}
.AnyTagClassName
{
color: #6CF114;
}
</style>
background-color css
<style>
a { background-color: #6CF114; }
a { background-color: rgb(108,241,20); }
div.DivClassName
{
background-color: #6CF114;
}
.BgClassName
{
background-color: #6CF114;
}
</style>
border-color css
<style>
span { border-color: #6CF114; }
span { border-color: rgb(108,241,20); }
td.TdClassName
{
border-color: #6CF114;
}
.TagClassName
{
border-color: #6CF114;
}
</style>