Shades of Christi #6ECF16
Tints of Christi #6ECF16
RGB
CMYK
RGB Variations
Color information
#6ECF16 (or 0x6ECF16) is known color: Christi. HEX triplet: 6E, CF and 16. RGB value is (110,207,22). Sum of RGB (Red+Green+Blue) = 110+207+22=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECF16 is #9130E9. Grayscale: #9D9D9D. Windows color (decimal): -9515242 or 1494894. OLE color: 1494894.
HSL color Cylindrical-coordinate representation of color #6ECF16: hue angle of 91.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6ECF16 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 22 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.19 |
| HSL | 91.46º | 0.81% | 0.45% | - |
| HSV(B) | 91.46º | 0.89% | 0.81% | - |
| XYZ | 28.89 | 48 | 8.5 | - |
| YUV | 156.91 | 51.86 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 22 | 0.47 | 0 | 0.89 | 0.19 | 91.46 | 0.81 | 0.45 |
| Hex | 6E | CF | 16 | 2F | 0 | 59 | 13 | 5B | 51 | 2D |
| Octal | 156 | 317 | 26 | 57 | 0 | 131 | 23 | 133 | 121 | 55 |
| Binary | 1101110 | 11001111 | 10110 | 101111 | 0 | 1011001 | 10011 | 1011011 | 1010001 | 101101 |
Color Harmonies of #6ECF16
Complementary color
Monochromatic Colors of #6ECF16
Black with #6ECF16
Text Example
Text Example
White with #6ECF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF16; }
p { color: rgb(110,207,22); }
H1.HeaderClassName
{
color: #6ECF16;
}
.AnyTagClassName
{
color: #6ECF16;
}
</style>
background-color css
<style>
a { background-color: #6ECF16; }
a { background-color: rgb(110,207,22); }
div.DivClassName
{
background-color: #6ECF16;
}
.BgClassName
{
background-color: #6ECF16;
}
</style>
border-color css
<style>
span { border-color: #6ECF16; }
span { border-color: rgb(110,207,22); }
td.TdClassName
{
border-color: #6ECF16;
}
.TagClassName
{
border-color: #6ECF16;
}
</style>