Shades of Christi #6ECE0D
Tints of Christi #6ECE0D
RGB
CMYK
RGB Variations
Color information
#6ECE0D (or 0x6ECE0D) is known color: Christi. HEX triplet: 6E, CE and 0D. RGB value is (110,206,13). Sum of RGB (Red+Green+Blue) = 110+206+13=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECE0D is #9131F2. Grayscale: #9B9B9B. Windows color (decimal): -9515507 or 904814. OLE color: 904814.
HSL color Cylindrical-coordinate representation of color #6ECE0D: hue angle of 89.84º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6ECE0D is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 13 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.19 |
| HSL | 89.84º | 0.88% | 0.43% | - |
| HSV(B) | 89.84º | 0.94% | 0.81% | - |
| XYZ | 28.57 | 47.49 | 8.04 | - |
| YUV | 155.29 | 47.7 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 13 | 0.47 | 0 | 0.94 | 0.19 | 89.84 | 0.88 | 0.43 |
| Hex | 6E | CE | D | 2F | 0 | 5E | 13 | 5A | 58 | 2B |
| Octal | 156 | 316 | 15 | 57 | 0 | 136 | 23 | 132 | 130 | 53 |
| Binary | 1101110 | 11001110 | 1101 | 101111 | 0 | 1011110 | 10011 | 1011010 | 1011000 | 101011 |
Color Harmonies of #6ECE0D
Complementary color
Monochromatic Colors of #6ECE0D
Black with #6ECE0D
Text Example
Text Example
White with #6ECE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECE0D; }
p { color: rgb(110,206,13); }
H1.HeaderClassName
{
color: #6ECE0D;
}
.AnyTagClassName
{
color: #6ECE0D;
}
</style>
background-color css
<style>
a { background-color: #6ECE0D; }
a { background-color: rgb(110,206,13); }
div.DivClassName
{
background-color: #6ECE0D;
}
.BgClassName
{
background-color: #6ECE0D;
}
</style>
border-color css
<style>
span { border-color: #6ECE0D; }
span { border-color: rgb(110,206,13); }
td.TdClassName
{
border-color: #6ECE0D;
}
.TagClassName
{
border-color: #6ECE0D;
}
</style>