Shades of Christi #6ECA16
Tints of Christi #6ECA16
RGB
CMYK
RGB Variations
Color information
#6ECA16 (or 0x6ECA16) is known color: Christi. HEX triplet: 6E, CA and 16. RGB value is (110,202,22). Sum of RGB (Red+Green+Blue) = 110+202+22=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECA16 is #9135E9. Grayscale: #9A9A9A. Windows color (decimal): -9516522 or 1493614. OLE color: 1493614.
HSL color Cylindrical-coordinate representation of color #6ECA16: hue angle of 90.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6ECA16 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 22 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.21 |
| HSL | 90.67º | 0.8% | 0.44% | - |
| HSV(B) | 90.67º | 0.89% | 0.79% | - |
| XYZ | 27.7 | 45.61 | 8.1 | - |
| YUV | 153.97 | 53.52 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 22 | 0.46 | 0 | 0.89 | 0.21 | 90.67 | 0.8 | 0.44 |
| Hex | 6E | CA | 16 | 2E | 0 | 59 | 15 | 5B | 50 | 2C |
| Octal | 156 | 312 | 26 | 56 | 0 | 131 | 25 | 133 | 120 | 54 |
| Binary | 1101110 | 11001010 | 10110 | 101110 | 0 | 1011001 | 10101 | 1011011 | 1010000 | 101100 |
Color Harmonies of #6ECA16
Complementary color
Monochromatic Colors of #6ECA16
Black with #6ECA16
Text Example
Text Example
White with #6ECA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECA16; }
p { color: rgb(110,202,22); }
H1.HeaderClassName
{
color: #6ECA16;
}
.AnyTagClassName
{
color: #6ECA16;
}
</style>
background-color css
<style>
a { background-color: #6ECA16; }
a { background-color: rgb(110,202,22); }
div.DivClassName
{
background-color: #6ECA16;
}
.BgClassName
{
background-color: #6ECA16;
}
</style>
border-color css
<style>
span { border-color: #6ECA16; }
span { border-color: rgb(110,202,22); }
td.TdClassName
{
border-color: #6ECA16;
}
.TagClassName
{
border-color: #6ECA16;
}
</style>