Shades of Christi #6EC422
Tints of Christi #6EC422
RGB
CMYK
RGB Variations
Color information
#6EC422 (or 0x6EC422) is known color: Christi. HEX triplet: 6E, C4 and 22. RGB value is (110,196,34). Sum of RGB (Red+Green+Blue) = 110+196+34=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC422 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC422 is #913BDD. Grayscale: #989898. Windows color (decimal): -9518046 or 2278510. OLE color: 2278510.
HSL color Cylindrical-coordinate representation of color #6EC422: hue angle of 91.85º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6EC422 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 196 | 34 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.23 |
| HSL | 91.85º | 0.7% | 0.45% | - |
| HSV(B) | 91.85º | 0.83% | 0.77% | - |
| XYZ | 26.46 | 42.91 | 8.4 | - |
| YUV | 151.82 | 61.51 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 34 | 0.44 | 0 | 0.83 | 0.23 | 91.85 | 0.7 | 0.45 |
| Hex | 6E | C4 | 22 | 2C | 0 | 53 | 17 | 5C | 46 | 2D |
| Octal | 156 | 304 | 42 | 54 | 0 | 123 | 27 | 134 | 106 | 55 |
| Binary | 1101110 | 11000100 | 100010 | 101100 | 0 | 1010011 | 10111 | 1011100 | 1000110 | 101101 |
Color Harmonies of #6EC422
Complementary color
Monochromatic Colors of #6EC422
Black with #6EC422
Text Example
Text Example
White with #6EC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC422; }
p { color: rgb(110,196,34); }
H1.HeaderClassName
{
color: #6EC422;
}
.AnyTagClassName
{
color: #6EC422;
}
</style>
background-color css
<style>
a { background-color: #6EC422; }
a { background-color: rgb(110,196,34); }
div.DivClassName
{
background-color: #6EC422;
}
.BgClassName
{
background-color: #6EC422;
}
</style>
border-color css
<style>
span { border-color: #6EC422; }
span { border-color: rgb(110,196,34); }
td.TdClassName
{
border-color: #6EC422;
}
.TagClassName
{
border-color: #6EC422;
}
</style>