Shades of Christi #6EB80E
Tints of Christi #6EB80E
RGB
CMYK
RGB Variations
Color information
#6EB80E (or 0x6EB80E) is known color: Christi. HEX triplet: 6E, B8 and 0E. RGB value is (110,184,14). Sum of RGB (Red+Green+Blue) = 110+184+14=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #6EB80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB80E is #9147F1. Grayscale: #8F8F8F. Windows color (decimal): -9521138 or 964718. OLE color: 964718.
HSL color Cylindrical-coordinate representation of color #6EB80E: hue angle of 86.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EB80E is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 184 | 14 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.28 |
| HSL | 86.12º | 0.86% | 0.39% | - |
| HSV(B) | 86.12º | 0.92% | 0.72% | - |
| XYZ | 23.65 | 37.63 | 6.43 | - |
| YUV | 142.49 | 55.48 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 184 | 14 | 0.40 | 0 | 0.92 | 0.28 | 86.12 | 0.86 | 0.39 |
| Hex | 6E | B8 | E | 28 | 0 | 5C | 1C | 56 | 56 | 27 |
| Octal | 156 | 270 | 16 | 50 | 0 | 134 | 34 | 126 | 126 | 47 |
| Binary | 1101110 | 10111000 | 1110 | 101000 | 0 | 1011100 | 11100 | 1010110 | 1010110 | 100111 |
Color Harmonies of #6EB80E
Complementary color
Monochromatic Colors of #6EB80E
Black with #6EB80E
Text Example
Text Example
White with #6EB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB80E; }
p { color: rgb(110,184,14); }
H1.HeaderClassName
{
color: #6EB80E;
}
.AnyTagClassName
{
color: #6EB80E;
}
</style>
background-color css
<style>
a { background-color: #6EB80E; }
a { background-color: rgb(110,184,14); }
div.DivClassName
{
background-color: #6EB80E;
}
.BgClassName
{
background-color: #6EB80E;
}
</style>
border-color css
<style>
span { border-color: #6EB80E; }
span { border-color: rgb(110,184,14); }
td.TdClassName
{
border-color: #6EB80E;
}
.TagClassName
{
border-color: #6EB80E;
}
</style>