Shades of Christi #6EC40B
Tints of Christi #6EC40B
RGB
CMYK
RGB Variations
Color information
#6EC40B (or 0x6EC40B) is known color: Christi. HEX triplet: 6E, C4 and 0B. RGB value is (110,196,11). Sum of RGB (Red+Green+Blue) = 110+196+11=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC40B is #913BF4. Grayscale: #959595. Windows color (decimal): -9518069 or 771182. OLE color: 771182.
HSL color Cylindrical-coordinate representation of color #6EC40B: hue angle of 87.89º degrees, saturation: 0.89, 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 #6EC40B is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 196 | 11 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.23 |
| HSL | 87.89º | 0.89% | 0.41% | - |
| HSV(B) | 87.89º | 0.94% | 0.77% | - |
| XYZ | 26.23 | 42.82 | 7.2 | - |
| YUV | 149.2 | 50.01 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 11 | 0.44 | 0 | 0.94 | 0.23 | 87.89 | 0.89 | 0.41 |
| Hex | 6E | C4 | B | 2C | 0 | 5E | 17 | 58 | 59 | 29 |
| Octal | 156 | 304 | 13 | 54 | 0 | 136 | 27 | 130 | 131 | 51 |
| Binary | 1101110 | 11000100 | 1011 | 101100 | 0 | 1011110 | 10111 | 1011000 | 1011001 | 101001 |
Color Harmonies of #6EC40B
Complementary color
Monochromatic Colors of #6EC40B
Black with #6EC40B
Text Example
Text Example
White with #6EC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC40B; }
p { color: rgb(110,196,11); }
H1.HeaderClassName
{
color: #6EC40B;
}
.AnyTagClassName
{
color: #6EC40B;
}
</style>
background-color css
<style>
a { background-color: #6EC40B; }
a { background-color: rgb(110,196,11); }
div.DivClassName
{
background-color: #6EC40B;
}
.BgClassName
{
background-color: #6EC40B;
}
</style>
border-color css
<style>
span { border-color: #6EC40B; }
span { border-color: rgb(110,196,11); }
td.TdClassName
{
border-color: #6EC40B;
}
.TagClassName
{
border-color: #6EC40B;
}
</style>