Shades of Christi #6EC015
Tints of Christi #6EC015
RGB
CMYK
RGB Variations
Color information
#6EC015 (or 0x6EC015) is known color: Christi. HEX triplet: 6E, C0 and 15. RGB value is (110,192,21). Sum of RGB (Red+Green+Blue) = 110+192+21=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC015 is #913FEA. Grayscale: #949494. Windows color (decimal): -9519083 or 1425518. OLE color: 1425518.
HSL color Cylindrical-coordinate representation of color #6EC015: hue angle of 88.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EC015 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 21 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.25 |
| HSL | 88.77º | 0.8% | 0.42% | - |
| HSV(B) | 88.77º | 0.89% | 0.75% | - |
| XYZ | 25.42 | 41.07 | 7.3 | - |
| YUV | 147.99 | 56.33 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 21 | 0.43 | 0 | 0.89 | 0.25 | 88.77 | 0.8 | 0.42 |
| Hex | 6E | C0 | 15 | 2B | 0 | 59 | 19 | 59 | 50 | 2A |
| Octal | 156 | 300 | 25 | 53 | 0 | 131 | 31 | 131 | 120 | 52 |
| Binary | 1101110 | 11000000 | 10101 | 101011 | 0 | 1011001 | 11001 | 1011001 | 1010000 | 101010 |
Color Harmonies of #6EC015
Complementary color
Monochromatic Colors of #6EC015
Black with #6EC015
Text Example
Text Example
White with #6EC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC015; }
p { color: rgb(110,192,21); }
H1.HeaderClassName
{
color: #6EC015;
}
.AnyTagClassName
{
color: #6EC015;
}
</style>
background-color css
<style>
a { background-color: #6EC015; }
a { background-color: rgb(110,192,21); }
div.DivClassName
{
background-color: #6EC015;
}
.BgClassName
{
background-color: #6EC015;
}
</style>
border-color css
<style>
span { border-color: #6EC015; }
span { border-color: rgb(110,192,21); }
td.TdClassName
{
border-color: #6EC015;
}
.TagClassName
{
border-color: #6EC015;
}
</style>