Shades of Christi #6EC522
Tints of Christi #6EC522
RGB
CMYK
RGB Variations
Color information
#6EC522 (or 0x6EC522) is known color: Christi. HEX triplet: 6E, C5 and 22. RGB value is (110,197,34). Sum of RGB (Red+Green+Blue) = 110+197+34=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC522 is #913ADD. Grayscale: #989898. Windows color (decimal): -9517790 or 2278766. OLE color: 2278766.
HSL color Cylindrical-coordinate representation of color #6EC522: hue angle of 92.02º degrees, saturation: 0.71, 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 #6EC522 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 34 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.23 |
| HSL | 92.02º | 0.71% | 0.45% | - |
| HSV(B) | 92.02º | 0.83% | 0.77% | - |
| XYZ | 26.69 | 43.36 | 8.48 | - |
| YUV | 152.41 | 61.18 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 34 | 0.44 | 0 | 0.83 | 0.23 | 92.02 | 0.71 | 0.45 |
| Hex | 6E | C5 | 22 | 2C | 0 | 53 | 17 | 5C | 47 | 2D |
| Octal | 156 | 305 | 42 | 54 | 0 | 123 | 27 | 134 | 107 | 55 |
| Binary | 1101110 | 11000101 | 100010 | 101100 | 0 | 1010011 | 10111 | 1011100 | 1000111 | 101101 |
Color Harmonies of #6EC522
Complementary color
Monochromatic Colors of #6EC522
Black with #6EC522
Text Example
Text Example
White with #6EC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC522; }
p { color: rgb(110,197,34); }
H1.HeaderClassName
{
color: #6EC522;
}
.AnyTagClassName
{
color: #6EC522;
}
</style>
background-color css
<style>
a { background-color: #6EC522; }
a { background-color: rgb(110,197,34); }
div.DivClassName
{
background-color: #6EC522;
}
.BgClassName
{
background-color: #6EC522;
}
</style>
border-color css
<style>
span { border-color: #6EC522; }
span { border-color: rgb(110,197,34); }
td.TdClassName
{
border-color: #6EC522;
}
.TagClassName
{
border-color: #6EC522;
}
</style>