Shades of Christi #6ECD0A
Tints of Christi #6ECD0A
RGB
CMYK
RGB Variations
Color information
#6ECD0A (or 0x6ECD0A) is known color: Christi. HEX triplet: 6E, CD and 0A. RGB value is (110,205,10). Sum of RGB (Red+Green+Blue) = 110+205+10=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECD0A is #9132F5. Grayscale: #9B9B9B. Windows color (decimal): -9515766 or 707950. OLE color: 707950.
HSL color Cylindrical-coordinate representation of color #6ECD0A: hue angle of 89.23º 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 #6ECD0A is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 10 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.20 |
| HSL | 89.23º | 0.91% | 0.42% | - |
| HSV(B) | 89.23º | 0.95% | 0.8% | - |
| XYZ | 28.32 | 47 | 7.87 | - |
| YUV | 154.37 | 46.53 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 10 | 0.46 | 0 | 0.95 | 0.20 | 89.23 | 0.91 | 0.42 |
| Hex | 6E | CD | A | 2E | 0 | 5F | 14 | 59 | 5B | 2A |
| Octal | 156 | 315 | 12 | 56 | 0 | 137 | 24 | 131 | 133 | 52 |
| Binary | 1101110 | 11001101 | 1010 | 101110 | 0 | 1011111 | 10100 | 1011001 | 1011011 | 101010 |
Color Harmonies of #6ECD0A
Complementary color
Monochromatic Colors of #6ECD0A
Black with #6ECD0A
Text Example
Text Example
White with #6ECD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD0A; }
p { color: rgb(110,205,10); }
H1.HeaderClassName
{
color: #6ECD0A;
}
.AnyTagClassName
{
color: #6ECD0A;
}
</style>
background-color css
<style>
a { background-color: #6ECD0A; }
a { background-color: rgb(110,205,10); }
div.DivClassName
{
background-color: #6ECD0A;
}
.BgClassName
{
background-color: #6ECD0A;
}
</style>
border-color css
<style>
span { border-color: #6ECD0A; }
span { border-color: rgb(110,205,10); }
td.TdClassName
{
border-color: #6ECD0A;
}
.TagClassName
{
border-color: #6ECD0A;
}
</style>