Shades of Christi #6EC120
Tints of Christi #6EC120
RGB
CMYK
RGB Variations
Color information
#6EC120 (or 0x6EC120) is known color: Christi. HEX triplet: 6E, C1 and 20. RGB value is (110,193,32). Sum of RGB (Red+Green+Blue) = 110+193+32=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC120 is #913EDF. Grayscale: #969696. Windows color (decimal): -9518816 or 2146670. OLE color: 2146670.
HSL color Cylindrical-coordinate representation of color #6EC120: hue angle of 90.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6EC120 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 32 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.24 |
| HSL | 90.93º | 0.72% | 0.44% | - |
| HSV(B) | 90.93º | 0.83% | 0.76% | - |
| XYZ | 25.76 | 41.56 | 8.03 | - |
| YUV | 149.83 | 61.5 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 32 | 0.43 | 0 | 0.83 | 0.24 | 90.93 | 0.72 | 0.44 |
| Hex | 6E | C1 | 20 | 2B | 0 | 53 | 18 | 5B | 48 | 2C |
| Octal | 156 | 301 | 40 | 53 | 0 | 123 | 30 | 133 | 110 | 54 |
| Binary | 1101110 | 11000001 | 100000 | 101011 | 0 | 1010011 | 11000 | 1011011 | 1001000 | 101100 |
Color Harmonies of #6EC120
Complementary color
Monochromatic Colors of #6EC120
Black with #6EC120
Text Example
Text Example
White with #6EC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC120; }
p { color: rgb(110,193,32); }
H1.HeaderClassName
{
color: #6EC120;
}
.AnyTagClassName
{
color: #6EC120;
}
</style>
background-color css
<style>
a { background-color: #6EC120; }
a { background-color: rgb(110,193,32); }
div.DivClassName
{
background-color: #6EC120;
}
.BgClassName
{
background-color: #6EC120;
}
</style>
border-color css
<style>
span { border-color: #6EC120; }
span { border-color: rgb(110,193,32); }
td.TdClassName
{
border-color: #6EC120;
}
.TagClassName
{
border-color: #6EC120;
}
</style>