Shades of Christi #6EC414
Tints of Christi #6EC414
RGB
CMYK
RGB Variations
Color information
#6EC414 (or 0x6EC414) is known color: Christi. HEX triplet: 6E, C4 and 14. RGB value is (110,196,20). Sum of RGB (Red+Green+Blue) = 110+196+20=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC414 is #913BEB. Grayscale: #969696. Windows color (decimal): -9518060 or 1361006. OLE color: 1361006.
HSL color Cylindrical-coordinate representation of color #6EC414: hue angle of 89.32º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EC414 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 196 | 20 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.23 |
| HSL | 89.32º | 0.81% | 0.42% | - |
| HSV(B) | 89.32º | 0.9% | 0.77% | - |
| XYZ | 26.3 | 42.85 | 7.55 | - |
| YUV | 150.22 | 54.51 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 20 | 0.44 | 0 | 0.90 | 0.23 | 89.32 | 0.81 | 0.42 |
| Hex | 6E | C4 | 14 | 2C | 0 | 5A | 17 | 59 | 51 | 2A |
| Octal | 156 | 304 | 24 | 54 | 0 | 132 | 27 | 131 | 121 | 52 |
| Binary | 1101110 | 11000100 | 10100 | 101100 | 0 | 1011010 | 10111 | 1011001 | 1010001 | 101010 |
Color Harmonies of #6EC414
Complementary color
Monochromatic Colors of #6EC414
Black with #6EC414
Text Example
Text Example
White with #6EC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC414; }
p { color: rgb(110,196,20); }
H1.HeaderClassName
{
color: #6EC414;
}
.AnyTagClassName
{
color: #6EC414;
}
</style>
background-color css
<style>
a { background-color: #6EC414; }
a { background-color: rgb(110,196,20); }
div.DivClassName
{
background-color: #6EC414;
}
.BgClassName
{
background-color: #6EC414;
}
</style>
border-color css
<style>
span { border-color: #6EC414; }
span { border-color: rgb(110,196,20); }
td.TdClassName
{
border-color: #6EC414;
}
.TagClassName
{
border-color: #6EC414;
}
</style>