Shades of Christi #6EC020
Tints of Christi #6EC020
RGB
CMYK
RGB Variations
Color information
#6EC020 (or 0x6EC020) is known color: Christi. HEX triplet: 6E, C0 and 20. RGB value is (110,192,32). Sum of RGB (Red+Green+Blue) = 110+192+32=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC020 is #913FDF. Grayscale: #959595. Windows color (decimal): -9519072 or 2146414. OLE color: 2146414.
HSL color Cylindrical-coordinate representation of color #6EC020: hue angle of 90.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6EC020 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 32 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.25 |
| HSL | 90.75º | 0.71% | 0.44% | - |
| HSV(B) | 90.75º | 0.83% | 0.75% | - |
| XYZ | 25.54 | 41.12 | 7.96 | - |
| YUV | 149.24 | 61.83 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 32 | 0.43 | 0 | 0.83 | 0.25 | 90.75 | 0.71 | 0.44 |
| Hex | 6E | C0 | 20 | 2B | 0 | 53 | 19 | 5B | 47 | 2C |
| Octal | 156 | 300 | 40 | 53 | 0 | 123 | 31 | 133 | 107 | 54 |
| Binary | 1101110 | 11000000 | 100000 | 101011 | 0 | 1010011 | 11001 | 1011011 | 1000111 | 101100 |
Color Harmonies of #6EC020
Complementary color
Monochromatic Colors of #6EC020
Black with #6EC020
Text Example
Text Example
White with #6EC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC020; }
p { color: rgb(110,192,32); }
H1.HeaderClassName
{
color: #6EC020;
}
.AnyTagClassName
{
color: #6EC020;
}
</style>
background-color css
<style>
a { background-color: #6EC020; }
a { background-color: rgb(110,192,32); }
div.DivClassName
{
background-color: #6EC020;
}
.BgClassName
{
background-color: #6EC020;
}
</style>
border-color css
<style>
span { border-color: #6EC020; }
span { border-color: rgb(110,192,32); }
td.TdClassName
{
border-color: #6EC020;
}
.TagClassName
{
border-color: #6EC020;
}
</style>