Shades of Christi #6EC60E
Tints of Christi #6EC60E
RGB
CMYK
RGB Variations
Color information
#6EC60E (or 0x6EC60E) is known color: Christi. HEX triplet: 6E, C6 and 0E. RGB value is (110,198,14). Sum of RGB (Red+Green+Blue) = 110+198+14=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC60E is #9139F1. Grayscale: #979797. Windows color (decimal): -9517554 or 968302. OLE color: 968302.
HSL color Cylindrical-coordinate representation of color #6EC60E: hue angle of 88.7º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EC60E is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 14 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.22 |
| HSL | 88.7º | 0.87% | 0.42% | - |
| HSV(B) | 88.7º | 0.93% | 0.78% | - |
| XYZ | 26.7 | 43.73 | 7.45 | - |
| YUV | 150.71 | 50.85 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 14 | 0.44 | 0 | 0.93 | 0.22 | 88.7 | 0.87 | 0.42 |
| Hex | 6E | C6 | E | 2C | 0 | 5D | 16 | 59 | 57 | 2A |
| Octal | 156 | 306 | 16 | 54 | 0 | 135 | 26 | 131 | 127 | 52 |
| Binary | 1101110 | 11000110 | 1110 | 101100 | 0 | 1011101 | 10110 | 1011001 | 1010111 | 101010 |
Color Harmonies of #6EC60E
Complementary color
Monochromatic Colors of #6EC60E
Black with #6EC60E
Text Example
Text Example
White with #6EC60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC60E; }
p { color: rgb(110,198,14); }
H1.HeaderClassName
{
color: #6EC60E;
}
.AnyTagClassName
{
color: #6EC60E;
}
</style>
background-color css
<style>
a { background-color: #6EC60E; }
a { background-color: rgb(110,198,14); }
div.DivClassName
{
background-color: #6EC60E;
}
.BgClassName
{
background-color: #6EC60E;
}
</style>
border-color css
<style>
span { border-color: #6EC60E; }
span { border-color: rgb(110,198,14); }
td.TdClassName
{
border-color: #6EC60E;
}
.TagClassName
{
border-color: #6EC60E;
}
</style>