Shades of Christi #6EC512
Tints of Christi #6EC512
RGB
CMYK
RGB Variations
Color information
#6EC512 (or 0x6EC512) is known color: Christi. HEX triplet: 6E, C5 and 12. RGB value is (110,197,18). Sum of RGB (Red+Green+Blue) = 110+197+18=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC512 is #913AED. Grayscale: #979797. Windows color (decimal): -9517806 or 1230190. OLE color: 1230190.
HSL color Cylindrical-coordinate representation of color #6EC512: hue angle of 89.16º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EC512 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 18 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.23 |
| HSL | 89.16º | 0.83% | 0.42% | - |
| HSV(B) | 89.16º | 0.91% | 0.77% | - |
| XYZ | 26.51 | 43.29 | 7.53 | - |
| YUV | 150.58 | 53.18 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 18 | 0.44 | 0 | 0.91 | 0.23 | 89.16 | 0.83 | 0.42 |
| Hex | 6E | C5 | 12 | 2C | 0 | 5B | 17 | 59 | 53 | 2A |
| Octal | 156 | 305 | 22 | 54 | 0 | 133 | 27 | 131 | 123 | 52 |
| Binary | 1101110 | 11000101 | 10010 | 101100 | 0 | 1011011 | 10111 | 1011001 | 1010011 | 101010 |
Color Harmonies of #6EC512
Complementary color
Monochromatic Colors of #6EC512
Black with #6EC512
Text Example
Text Example
White with #6EC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC512; }
p { color: rgb(110,197,18); }
H1.HeaderClassName
{
color: #6EC512;
}
.AnyTagClassName
{
color: #6EC512;
}
</style>
background-color css
<style>
a { background-color: #6EC512; }
a { background-color: rgb(110,197,18); }
div.DivClassName
{
background-color: #6EC512;
}
.BgClassName
{
background-color: #6EC512;
}
</style>
border-color css
<style>
span { border-color: #6EC512; }
span { border-color: rgb(110,197,18); }
td.TdClassName
{
border-color: #6EC512;
}
.TagClassName
{
border-color: #6EC512;
}
</style>