Shades of Christi #6EC40C
Tints of Christi #6EC40C
RGB
CMYK
RGB Variations
Color information
#6EC40C (or 0x6EC40C) is known color: Christi. HEX triplet: 6E, C4 and 0C. RGB value is (110,196,12). Sum of RGB (Red+Green+Blue) = 110+196+12=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC40C is #913BF3. Grayscale: #959595. Windows color (decimal): -9518068 or 836718. OLE color: 836718.
HSL color Cylindrical-coordinate representation of color #6EC40C: hue angle of 88.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EC40C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 196 | 12 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.23 |
| HSL | 88.04º | 0.88% | 0.41% | - |
| HSV(B) | 88.04º | 0.94% | 0.77% | - |
| XYZ | 26.24 | 42.82 | 7.23 | - |
| YUV | 149.31 | 50.51 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 12 | 0.44 | 0 | 0.94 | 0.23 | 88.04 | 0.88 | 0.41 |
| Hex | 6E | C4 | C | 2C | 0 | 5E | 17 | 58 | 58 | 29 |
| Octal | 156 | 304 | 14 | 54 | 0 | 136 | 27 | 130 | 130 | 51 |
| Binary | 1101110 | 11000100 | 1100 | 101100 | 0 | 1011110 | 10111 | 1011000 | 1011000 | 101001 |
Color Harmonies of #6EC40C
Complementary color
Monochromatic Colors of #6EC40C
Black with #6EC40C
Text Example
Text Example
White with #6EC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC40C; }
p { color: rgb(110,196,12); }
H1.HeaderClassName
{
color: #6EC40C;
}
.AnyTagClassName
{
color: #6EC40C;
}
</style>
background-color css
<style>
a { background-color: #6EC40C; }
a { background-color: rgb(110,196,12); }
div.DivClassName
{
background-color: #6EC40C;
}
.BgClassName
{
background-color: #6EC40C;
}
</style>
border-color css
<style>
span { border-color: #6EC40C; }
span { border-color: rgb(110,196,12); }
td.TdClassName
{
border-color: #6EC40C;
}
.TagClassName
{
border-color: #6EC40C;
}
</style>