Shades of Christi #6EB900
Tints of Christi #6EB900
RGB
CMYK
RGB Variations
Color information
#6EB900 (or 0x6EB900) is known color: Christi. HEX triplet: 6E, B9 and 00. RGB value is (110,185,0). Sum of RGB (Red+Green+Blue) = 110+185+0=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #6EB900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB900 is #9146FF. Grayscale: #8E8E8E. Windows color (decimal): -9520896 or 47470. OLE color: 47470.
HSL color Cylindrical-coordinate representation of color #6EB900: hue angle of 84.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EB900 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 185 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.27 |
| HSL | 84.32º | 1% | 0.36% | - |
| HSV(B) | 84.32º | 1% | 0.73% | - |
| XYZ | 23.78 | 38.01 | 6.08 | - |
| YUV | 141.49 | 48.15 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 185 | 0 | 0.41 | 0 | 1 | 0.27 | 84.32 | 1 | 0.36 |
| Hex | 6E | B9 | 0 | 29 | 0 | 64 | 1B | 54 | 64 | 24 |
| Octal | 156 | 271 | 0 | 51 | 0 | 144 | 33 | 124 | 144 | 44 |
| Binary | 1101110 | 10111001 | 0 | 101001 | 0 | 1100100 | 11011 | 1010100 | 1100100 | 100100 |
Color Harmonies of #6EB900
Complementary color
Monochromatic Colors of #6EB900
Black with #6EB900
Text Example
Text Example
White with #6EB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB900; }
p { color: rgb(110,185,0); }
H1.HeaderClassName
{
color: #6EB900;
}
.AnyTagClassName
{
color: #6EB900;
}
</style>
background-color css
<style>
a { background-color: #6EB900; }
a { background-color: rgb(110,185,0); }
div.DivClassName
{
background-color: #6EB900;
}
.BgClassName
{
background-color: #6EB900;
}
</style>
border-color css
<style>
span { border-color: #6EB900; }
span { border-color: rgb(110,185,0); }
td.TdClassName
{
border-color: #6EB900;
}
.TagClassName
{
border-color: #6EB900;
}
</style>