Shades of Christi #6EC211
Tints of Christi #6EC211
RGB
CMYK
RGB Variations
Color information
#6EC211 (or 0x6EC211) is known color: Christi. HEX triplet: 6E, C2 and 11. RGB value is (110,194,17). Sum of RGB (Red+Green+Blue) = 110+194+17=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC211 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC211 is #913DEE. Grayscale: #959595. Windows color (decimal): -9518575 or 1163886. OLE color: 1163886.
HSL color Cylindrical-coordinate representation of color #6EC211: hue angle of 88.47º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EC211 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 194 | 17 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.24 |
| HSL | 88.47º | 0.84% | 0.41% | - |
| HSV(B) | 88.47º | 0.91% | 0.76% | - |
| XYZ | 25.82 | 41.94 | 7.26 | - |
| YUV | 148.71 | 53.67 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 17 | 0.43 | 0 | 0.91 | 0.24 | 88.47 | 0.84 | 0.41 |
| Hex | 6E | C2 | 11 | 2B | 0 | 5B | 18 | 58 | 54 | 29 |
| Octal | 156 | 302 | 21 | 53 | 0 | 133 | 30 | 130 | 124 | 51 |
| Binary | 1101110 | 11000010 | 10001 | 101011 | 0 | 1011011 | 11000 | 1011000 | 1010100 | 101001 |
Color Harmonies of #6EC211
Complementary color
Monochromatic Colors of #6EC211
Black with #6EC211
Text Example
Text Example
White with #6EC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC211; }
p { color: rgb(110,194,17); }
H1.HeaderClassName
{
color: #6EC211;
}
.AnyTagClassName
{
color: #6EC211;
}
</style>
background-color css
<style>
a { background-color: #6EC211; }
a { background-color: rgb(110,194,17); }
div.DivClassName
{
background-color: #6EC211;
}
.BgClassName
{
background-color: #6EC211;
}
</style>
border-color css
<style>
span { border-color: #6EC211; }
span { border-color: rgb(110,194,17); }
td.TdClassName
{
border-color: #6EC211;
}
.TagClassName
{
border-color: #6EC211;
}
</style>