Shades of Christi #6ECA15
Tints of Christi #6ECA15
RGB
CMYK
RGB Variations
Color information
#6ECA15 (or 0x6ECA15) is known color: Christi. HEX triplet: 6E, CA and 15. RGB value is (110,202,21). Sum of RGB (Red+Green+Blue) = 110+202+21=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECA15 is #9135EA. Grayscale: #9A9A9A. Windows color (decimal): -9516523 or 1428078. OLE color: 1428078.
HSL color Cylindrical-coordinate representation of color #6ECA15: hue angle of 90.5º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6ECA15 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.21 |
| HSL | 90.5º | 0.81% | 0.44% | - |
| HSV(B) | 90.5º | 0.9% | 0.79% | - |
| XYZ | 27.69 | 45.61 | 8.05 | - |
| YUV | 153.86 | 53.02 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 21 | 0.46 | 0 | 0.90 | 0.21 | 90.5 | 0.81 | 0.44 |
| Hex | 6E | CA | 15 | 2E | 0 | 5A | 15 | 5A | 51 | 2C |
| Octal | 156 | 312 | 25 | 56 | 0 | 132 | 25 | 132 | 121 | 54 |
| Binary | 1101110 | 11001010 | 10101 | 101110 | 0 | 1011010 | 10101 | 1011010 | 1010001 | 101100 |
Color Harmonies of #6ECA15
Complementary color
Monochromatic Colors of #6ECA15
Black with #6ECA15
Text Example
Text Example
White with #6ECA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECA15; }
p { color: rgb(110,202,21); }
H1.HeaderClassName
{
color: #6ECA15;
}
.AnyTagClassName
{
color: #6ECA15;
}
</style>
background-color css
<style>
a { background-color: #6ECA15; }
a { background-color: rgb(110,202,21); }
div.DivClassName
{
background-color: #6ECA15;
}
.BgClassName
{
background-color: #6ECA15;
}
</style>
border-color css
<style>
span { border-color: #6ECA15; }
span { border-color: rgb(110,202,21); }
td.TdClassName
{
border-color: #6ECA15;
}
.TagClassName
{
border-color: #6ECA15;
}
</style>