Shades of Christi #6ECA10
Tints of Christi #6ECA10
RGB
CMYK
RGB Variations
Color information
#6ECA10 (or 0x6ECA10) is known color: Christi. HEX triplet: 6E, CA and 10. RGB value is (110,202,16). Sum of RGB (Red+Green+Blue) = 110+202+16=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECA10 is #9135EF. Grayscale: #999999. Windows color (decimal): -9516528 or 1100398. OLE color: 1100398.
HSL color Cylindrical-coordinate representation of color #6ECA10: hue angle of 89.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6ECA10 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.21 |
| HSL | 89.68º | 0.85% | 0.43% | - |
| HSV(B) | 89.68º | 0.92% | 0.79% | - |
| XYZ | 27.64 | 45.59 | 7.83 | - |
| YUV | 153.29 | 50.52 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 16 | 0.46 | 0 | 0.92 | 0.21 | 89.68 | 0.85 | 0.43 |
| Hex | 6E | CA | 10 | 2E | 0 | 5C | 15 | 5A | 55 | 2B |
| Octal | 156 | 312 | 20 | 56 | 0 | 134 | 25 | 132 | 125 | 53 |
| Binary | 1101110 | 11001010 | 10000 | 101110 | 0 | 1011100 | 10101 | 1011010 | 1010101 | 101011 |
Color Harmonies of #6ECA10
Complementary color
Monochromatic Colors of #6ECA10
Black with #6ECA10
Text Example
Text Example
White with #6ECA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECA10; }
p { color: rgb(110,202,16); }
H1.HeaderClassName
{
color: #6ECA10;
}
.AnyTagClassName
{
color: #6ECA10;
}
</style>
background-color css
<style>
a { background-color: #6ECA10; }
a { background-color: rgb(110,202,16); }
div.DivClassName
{
background-color: #6ECA10;
}
.BgClassName
{
background-color: #6ECA10;
}
</style>
border-color css
<style>
span { border-color: #6ECA10; }
span { border-color: rgb(110,202,16); }
td.TdClassName
{
border-color: #6ECA10;
}
.TagClassName
{
border-color: #6ECA10;
}
</style>