Shades of Christi #6EC818
Tints of Christi #6EC818
RGB
CMYK
RGB Variations
Color information
#6EC818 (or 0x6EC818) is known color: Christi. HEX triplet: 6E, C8 and 18. RGB value is (110,200,24). Sum of RGB (Red+Green+Blue) = 110+200+24=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC818 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC818 is #9137E7. Grayscale: #999999. Windows color (decimal): -9517032 or 1624174. OLE color: 1624174.
HSL color Cylindrical-coordinate representation of color #6EC818: hue angle of 90.68º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6EC818 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 24 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.22 |
| HSL | 90.68º | 0.79% | 0.44% | - |
| HSV(B) | 90.68º | 0.88% | 0.78% | - |
| XYZ | 27.25 | 44.69 | 8.05 | - |
| YUV | 153.03 | 55.18 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 24 | 0.45 | 0 | 0.88 | 0.22 | 90.68 | 0.79 | 0.44 |
| Hex | 6E | C8 | 18 | 2D | 0 | 58 | 16 | 5B | 4F | 2C |
| Octal | 156 | 310 | 30 | 55 | 0 | 130 | 26 | 133 | 117 | 54 |
| Binary | 1101110 | 11001000 | 11000 | 101101 | 0 | 1011000 | 10110 | 1011011 | 1001111 | 101100 |
Color Harmonies of #6EC818
Complementary color
Monochromatic Colors of #6EC818
Black with #6EC818
Text Example
Text Example
White with #6EC818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC818; }
p { color: rgb(110,200,24); }
H1.HeaderClassName
{
color: #6EC818;
}
.AnyTagClassName
{
color: #6EC818;
}
</style>
background-color css
<style>
a { background-color: #6EC818; }
a { background-color: rgb(110,200,24); }
div.DivClassName
{
background-color: #6EC818;
}
.BgClassName
{
background-color: #6EC818;
}
</style>
border-color css
<style>
span { border-color: #6EC818; }
span { border-color: rgb(110,200,24); }
td.TdClassName
{
border-color: #6EC818;
}
.TagClassName
{
border-color: #6EC818;
}
</style>