Shades of Christi #6EC110
Tints of Christi #6EC110
RGB
CMYK
RGB Variations
Color information
#6EC110 (or 0x6EC110) is known color: Christi. HEX triplet: 6E, C1 and 10. RGB value is (110,193,16). Sum of RGB (Red+Green+Blue) = 110+193+16=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC110 is #913EEF. Grayscale: #949494. Windows color (decimal): -9518832 or 1098094. OLE color: 1098094.
HSL color Cylindrical-coordinate representation of color #6EC110: hue angle of 88.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EC110 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 16 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.24 |
| HSL | 88.14º | 0.85% | 0.41% | - |
| HSV(B) | 88.14º | 0.92% | 0.76% | - |
| XYZ | 25.59 | 41.49 | 7.15 | - |
| YUV | 148.01 | 53.5 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 16 | 0.43 | 0 | 0.92 | 0.24 | 88.14 | 0.85 | 0.41 |
| Hex | 6E | C1 | 10 | 2B | 0 | 5C | 18 | 58 | 55 | 29 |
| Octal | 156 | 301 | 20 | 53 | 0 | 134 | 30 | 130 | 125 | 51 |
| Binary | 1101110 | 11000001 | 10000 | 101011 | 0 | 1011100 | 11000 | 1011000 | 1010101 | 101001 |
Color Harmonies of #6EC110
Complementary color
Monochromatic Colors of #6EC110
Black with #6EC110
Text Example
Text Example
White with #6EC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC110; }
p { color: rgb(110,193,16); }
H1.HeaderClassName
{
color: #6EC110;
}
.AnyTagClassName
{
color: #6EC110;
}
</style>
background-color css
<style>
a { background-color: #6EC110; }
a { background-color: rgb(110,193,16); }
div.DivClassName
{
background-color: #6EC110;
}
.BgClassName
{
background-color: #6EC110;
}
</style>
border-color css
<style>
span { border-color: #6EC110; }
span { border-color: rgb(110,193,16); }
td.TdClassName
{
border-color: #6EC110;
}
.TagClassName
{
border-color: #6EC110;
}
</style>