Shades of Christi #6EC916
Tints of Christi #6EC916
RGB
CMYK
RGB Variations
Color information
#6EC916 (or 0x6EC916) is known color: Christi. HEX triplet: 6E, C9 and 16. RGB value is (110,201,22). Sum of RGB (Red+Green+Blue) = 110+201+22=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC916 is #9136E9. Grayscale: #9A9A9A. Windows color (decimal): -9516778 or 1493358. OLE color: 1493358.
HSL color Cylindrical-coordinate representation of color #6EC916: hue angle of 90.5º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EC916 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 22 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.21 |
| HSL | 90.5º | 0.8% | 0.44% | - |
| HSV(B) | 90.5º | 0.89% | 0.79% | - |
| XYZ | 27.46 | 45.15 | 8.03 | - |
| YUV | 153.39 | 53.85 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 22 | 0.45 | 0 | 0.89 | 0.21 | 90.5 | 0.8 | 0.44 |
| Hex | 6E | C9 | 16 | 2D | 0 | 59 | 15 | 5B | 50 | 2C |
| Octal | 156 | 311 | 26 | 55 | 0 | 131 | 25 | 133 | 120 | 54 |
| Binary | 1101110 | 11001001 | 10110 | 101101 | 0 | 1011001 | 10101 | 1011011 | 1010000 | 101100 |
Color Harmonies of #6EC916
Complementary color
Monochromatic Colors of #6EC916
Black with #6EC916
Text Example
Text Example
White with #6EC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC916; }
p { color: rgb(110,201,22); }
H1.HeaderClassName
{
color: #6EC916;
}
.AnyTagClassName
{
color: #6EC916;
}
</style>
background-color css
<style>
a { background-color: #6EC916; }
a { background-color: rgb(110,201,22); }
div.DivClassName
{
background-color: #6EC916;
}
.BgClassName
{
background-color: #6EC916;
}
</style>
border-color css
<style>
span { border-color: #6EC916; }
span { border-color: rgb(110,201,22); }
td.TdClassName
{
border-color: #6EC916;
}
.TagClassName
{
border-color: #6EC916;
}
</style>