Shades of Christi #6EB50A
Tints of Christi #6EB50A
RGB
CMYK
RGB Variations
Color information
#6EB50A (or 0x6EB50A) is known color: Christi. HEX triplet: 6E, B5 and 0A. RGB value is (110,181,10). Sum of RGB (Red+Green+Blue) = 110+181+10=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #6EB50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB50A is #914AF5. Grayscale: #8C8C8C. Windows color (decimal): -9521910 or 701806. OLE color: 701806.
HSL color Cylindrical-coordinate representation of color #6EB50A: hue angle of 84.91º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EB50A is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 181 | 10 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.29 |
| HSL | 84.91º | 0.9% | 0.37% | - |
| HSV(B) | 84.91º | 0.94% | 0.71% | - |
| XYZ | 23.01 | 36.38 | 6.1 | - |
| YUV | 140.28 | 54.48 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 181 | 10 | 0.39 | 0 | 0.94 | 0.29 | 84.91 | 0.9 | 0.37 |
| Hex | 6E | B5 | A | 27 | 0 | 5E | 1D | 55 | 5A | 25 |
| Octal | 156 | 265 | 12 | 47 | 0 | 136 | 35 | 125 | 132 | 45 |
| Binary | 1101110 | 10110101 | 1010 | 100111 | 0 | 1011110 | 11101 | 1010101 | 1011010 | 100101 |
Color Harmonies of #6EB50A
Complementary color
Monochromatic Colors of #6EB50A
Black with #6EB50A
Text Example
Text Example
White with #6EB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB50A; }
p { color: rgb(110,181,10); }
H1.HeaderClassName
{
color: #6EB50A;
}
.AnyTagClassName
{
color: #6EB50A;
}
</style>
background-color css
<style>
a { background-color: #6EB50A; }
a { background-color: rgb(110,181,10); }
div.DivClassName
{
background-color: #6EB50A;
}
.BgClassName
{
background-color: #6EB50A;
}
</style>
border-color css
<style>
span { border-color: #6EB50A; }
span { border-color: rgb(110,181,10); }
td.TdClassName
{
border-color: #6EB50A;
}
.TagClassName
{
border-color: #6EB50A;
}
</style>