Shades of Christi #6ECB0A
Tints of Christi #6ECB0A
RGB
CMYK
RGB Variations
Color information
#6ECB0A (or 0x6ECB0A) is known color: Christi. HEX triplet: 6E, CB and 0A. RGB value is (110,203,10). Sum of RGB (Red+Green+Blue) = 110+203+10=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECB0A is #9134F5. Grayscale: #999999. Windows color (decimal): -9516278 or 707438. OLE color: 707438.
HSL color Cylindrical-coordinate representation of color #6ECB0A: hue angle of 88.91º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6ECB0A is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 10 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.20 |
| HSL | 88.91º | 0.91% | 0.42% | - |
| HSV(B) | 88.91º | 0.95% | 0.8% | - |
| XYZ | 27.84 | 46.05 | 7.71 | - |
| YUV | 153.19 | 47.19 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 10 | 0.46 | 0 | 0.95 | 0.20 | 88.91 | 0.91 | 0.42 |
| Hex | 6E | CB | A | 2E | 0 | 5F | 14 | 59 | 5B | 2A |
| Octal | 156 | 313 | 12 | 56 | 0 | 137 | 24 | 131 | 133 | 52 |
| Binary | 1101110 | 11001011 | 1010 | 101110 | 0 | 1011111 | 10100 | 1011001 | 1011011 | 101010 |
Color Harmonies of #6ECB0A
Complementary color
Monochromatic Colors of #6ECB0A
Black with #6ECB0A
Text Example
Text Example
White with #6ECB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB0A; }
p { color: rgb(110,203,10); }
H1.HeaderClassName
{
color: #6ECB0A;
}
.AnyTagClassName
{
color: #6ECB0A;
}
</style>
background-color css
<style>
a { background-color: #6ECB0A; }
a { background-color: rgb(110,203,10); }
div.DivClassName
{
background-color: #6ECB0A;
}
.BgClassName
{
background-color: #6ECB0A;
}
</style>
border-color css
<style>
span { border-color: #6ECB0A; }
span { border-color: rgb(110,203,10); }
td.TdClassName
{
border-color: #6ECB0A;
}
.TagClassName
{
border-color: #6ECB0A;
}
</style>