Shades of Christi #6ECE13
Tints of Christi #6ECE13
RGB
CMYK
RGB Variations
Color information
#6ECE13 (or 0x6ECE13) is known color: Christi. HEX triplet: 6E, CE and 13. RGB value is (110,206,19). Sum of RGB (Red+Green+Blue) = 110+206+19=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECE13 is #9131EC. Grayscale: #9C9C9C. Windows color (decimal): -9515501 or 1298030. OLE color: 1298030.
HSL color Cylindrical-coordinate representation of color #6ECE13: hue angle of 90.8º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6ECE13 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 19 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.19 |
| HSL | 90.8º | 0.83% | 0.44% | - |
| HSV(B) | 90.8º | 0.91% | 0.81% | - |
| XYZ | 28.62 | 47.5 | 8.28 | - |
| YUV | 155.98 | 50.7 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 19 | 0.47 | 0 | 0.91 | 0.19 | 90.8 | 0.83 | 0.44 |
| Hex | 6E | CE | 13 | 2F | 0 | 5B | 13 | 5B | 53 | 2C |
| Octal | 156 | 316 | 23 | 57 | 0 | 133 | 23 | 133 | 123 | 54 |
| Binary | 1101110 | 11001110 | 10011 | 101111 | 0 | 1011011 | 10011 | 1011011 | 1010011 | 101100 |
Color Harmonies of #6ECE13
Complementary color
Monochromatic Colors of #6ECE13
Black with #6ECE13
Text Example
Text Example
White with #6ECE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECE13; }
p { color: rgb(110,206,19); }
H1.HeaderClassName
{
color: #6ECE13;
}
.AnyTagClassName
{
color: #6ECE13;
}
</style>
background-color css
<style>
a { background-color: #6ECE13; }
a { background-color: rgb(110,206,19); }
div.DivClassName
{
background-color: #6ECE13;
}
.BgClassName
{
background-color: #6ECE13;
}
</style>
border-color css
<style>
span { border-color: #6ECE13; }
span { border-color: rgb(110,206,19); }
td.TdClassName
{
border-color: #6ECE13;
}
.TagClassName
{
border-color: #6ECE13;
}
</style>