Shades of Christi #6EC80B
Tints of Christi #6EC80B
RGB
CMYK
RGB Variations
Color information
#6EC80B (or 0x6EC80B) is known color: Christi. HEX triplet: 6E, C8 and 0B. RGB value is (110,200,11). Sum of RGB (Red+Green+Blue) = 110+200+11=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC80B is #9137F4. Grayscale: #989898. Windows color (decimal): -9517045 or 772206. OLE color: 772206.
HSL color Cylindrical-coordinate representation of color #6EC80B: hue angle of 88.57º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EC80B is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 11 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.22 |
| HSL | 88.57º | 0.9% | 0.41% | - |
| HSV(B) | 88.57º | 0.95% | 0.78% | - |
| XYZ | 27.15 | 44.65 | 7.5 | - |
| YUV | 151.54 | 48.68 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 11 | 0.45 | 0 | 0.94 | 0.22 | 88.57 | 0.9 | 0.41 |
| Hex | 6E | C8 | B | 2D | 0 | 5E | 16 | 59 | 5A | 29 |
| Octal | 156 | 310 | 13 | 55 | 0 | 136 | 26 | 131 | 132 | 51 |
| Binary | 1101110 | 11001000 | 1011 | 101101 | 0 | 1011110 | 10110 | 1011001 | 1011010 | 101001 |
Color Harmonies of #6EC80B
Complementary color
Monochromatic Colors of #6EC80B
Black with #6EC80B
Text Example
Text Example
White with #6EC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC80B; }
p { color: rgb(110,200,11); }
H1.HeaderClassName
{
color: #6EC80B;
}
.AnyTagClassName
{
color: #6EC80B;
}
</style>
background-color css
<style>
a { background-color: #6EC80B; }
a { background-color: rgb(110,200,11); }
div.DivClassName
{
background-color: #6EC80B;
}
.BgClassName
{
background-color: #6EC80B;
}
</style>
border-color css
<style>
span { border-color: #6EC80B; }
span { border-color: rgb(110,200,11); }
td.TdClassName
{
border-color: #6EC80B;
}
.TagClassName
{
border-color: #6EC80B;
}
</style>