Shades of Christi #6EC716
Tints of Christi #6EC716
RGB
CMYK
RGB Variations
Color information
#6EC716 (or 0x6EC716) is known color: Christi. HEX triplet: 6E, C7 and 16. RGB value is (110,199,22). Sum of RGB (Red+Green+Blue) = 110+199+22=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #6EC716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC716 is #9138E9. Grayscale: #989898. Windows color (decimal): -9517290 or 1492846. OLE color: 1492846.
HSL color Cylindrical-coordinate representation of color #6EC716: hue angle of 90.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EC716 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 199 | 22 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.22 |
| HSL | 90.17º | 0.8% | 0.43% | - |
| HSV(B) | 90.17º | 0.89% | 0.78% | - |
| XYZ | 27 | 44.22 | 7.87 | - |
| YUV | 152.21 | 54.51 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 22 | 0.45 | 0 | 0.89 | 0.22 | 90.17 | 0.8 | 0.43 |
| Hex | 6E | C7 | 16 | 2D | 0 | 59 | 16 | 5A | 50 | 2B |
| Octal | 156 | 307 | 26 | 55 | 0 | 131 | 26 | 132 | 120 | 53 |
| Binary | 1101110 | 11000111 | 10110 | 101101 | 0 | 1011001 | 10110 | 1011010 | 1010000 | 101011 |
Color Harmonies of #6EC716
Complementary color
Monochromatic Colors of #6EC716
Black with #6EC716
Text Example
Text Example
White with #6EC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC716; }
p { color: rgb(110,199,22); }
H1.HeaderClassName
{
color: #6EC716;
}
.AnyTagClassName
{
color: #6EC716;
}
</style>
background-color css
<style>
a { background-color: #6EC716; }
a { background-color: rgb(110,199,22); }
div.DivClassName
{
background-color: #6EC716;
}
.BgClassName
{
background-color: #6EC716;
}
</style>
border-color css
<style>
span { border-color: #6EC716; }
span { border-color: rgb(110,199,22); }
td.TdClassName
{
border-color: #6EC716;
}
.TagClassName
{
border-color: #6EC716;
}
</style>