Shades of Christi #6ECD08
Tints of Christi #6ECD08
RGB
CMYK
RGB Variations
Color information
#6ECD08 (or 0x6ECD08) is known color: Christi. HEX triplet: 6E, CD and 08. RGB value is (110,205,8). Sum of RGB (Red+Green+Blue) = 110+205+8=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECD08 is #9132F7. Grayscale: #9A9A9A. Windows color (decimal): -9515768 or 576878. OLE color: 576878.
HSL color Cylindrical-coordinate representation of color #6ECD08: hue angle of 88.93º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6ECD08 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 8 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.20 |
| HSL | 88.93º | 0.92% | 0.42% | - |
| HSV(B) | 88.93º | 0.96% | 0.8% | - |
| XYZ | 28.31 | 47 | 7.81 | - |
| YUV | 154.14 | 45.53 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 8 | 0.46 | 0 | 0.96 | 0.20 | 88.93 | 0.92 | 0.42 |
| Hex | 6E | CD | 8 | 2E | 0 | 60 | 14 | 59 | 5C | 2A |
| Octal | 156 | 315 | 10 | 56 | 0 | 140 | 24 | 131 | 134 | 52 |
| Binary | 1101110 | 11001101 | 1000 | 101110 | 0 | 1100000 | 10100 | 1011001 | 1011100 | 101010 |
Color Harmonies of #6ECD08
Complementary color
Monochromatic Colors of #6ECD08
Black with #6ECD08
Text Example
Text Example
White with #6ECD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD08; }
p { color: rgb(110,205,8); }
H1.HeaderClassName
{
color: #6ECD08;
}
.AnyTagClassName
{
color: #6ECD08;
}
</style>
background-color css
<style>
a { background-color: #6ECD08; }
a { background-color: rgb(110,205,8); }
div.DivClassName
{
background-color: #6ECD08;
}
.BgClassName
{
background-color: #6ECD08;
}
</style>
border-color css
<style>
span { border-color: #6ECD08; }
span { border-color: rgb(110,205,8); }
td.TdClassName
{
border-color: #6ECD08;
}
.TagClassName
{
border-color: #6ECD08;
}
</style>