Shades of Christi #6EC40D
Tints of Christi #6EC40D
RGB
CMYK
RGB Variations
Color information
#6EC40D (or 0x6EC40D) is known color: Christi. HEX triplet: 6E, C4 and 0D. RGB value is (110,196,13). Sum of RGB (Red+Green+Blue) = 110+196+13=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC40D is #913BF2. Grayscale: #969696. Windows color (decimal): -9518067 or 902254. OLE color: 902254.
HSL color Cylindrical-coordinate representation of color #6EC40D: hue angle of 88.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EC40D is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 196 | 13 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.23 |
| HSL | 88.2º | 0.88% | 0.41% | - |
| HSV(B) | 88.2º | 0.93% | 0.77% | - |
| XYZ | 26.24 | 42.82 | 7.26 | - |
| YUV | 149.42 | 51.01 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 13 | 0.44 | 0 | 0.93 | 0.23 | 88.2 | 0.88 | 0.41 |
| Hex | 6E | C4 | D | 2C | 0 | 5D | 17 | 58 | 58 | 29 |
| Octal | 156 | 304 | 15 | 54 | 0 | 135 | 27 | 130 | 130 | 51 |
| Binary | 1101110 | 11000100 | 1101 | 101100 | 0 | 1011101 | 10111 | 1011000 | 1011000 | 101001 |
Color Harmonies of #6EC40D
Complementary color
Monochromatic Colors of #6EC40D
Black with #6EC40D
Text Example
Text Example
White with #6EC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC40D; }
p { color: rgb(110,196,13); }
H1.HeaderClassName
{
color: #6EC40D;
}
.AnyTagClassName
{
color: #6EC40D;
}
</style>
background-color css
<style>
a { background-color: #6EC40D; }
a { background-color: rgb(110,196,13); }
div.DivClassName
{
background-color: #6EC40D;
}
.BgClassName
{
background-color: #6EC40D;
}
</style>
border-color css
<style>
span { border-color: #6EC40D; }
span { border-color: rgb(110,196,13); }
td.TdClassName
{
border-color: #6EC40D;
}
.TagClassName
{
border-color: #6EC40D;
}
</style>