Shades of Christi #6EBE12
Tints of Christi #6EBE12
RGB
CMYK
RGB Variations
Color information
#6EBE12 (or 0x6EBE12) is known color: Christi. HEX triplet: 6E, BE and 12. RGB value is (110,190,18). Sum of RGB (Red+Green+Blue) = 110+190+18=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBE12 is #9141ED. Grayscale: #939393. Windows color (decimal): -9519598 or 1228398. OLE color: 1228398.
HSL color Cylindrical-coordinate representation of color #6EBE12: hue angle of 87.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EBE12 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 18 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.25 |
| HSL | 87.91º | 0.83% | 0.41% | - |
| HSV(B) | 87.91º | 0.91% | 0.75% | - |
| XYZ | 24.95 | 40.19 | 7.01 | - |
| YUV | 146.47 | 55.5 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 18 | 0.42 | 0 | 0.91 | 0.25 | 87.91 | 0.83 | 0.41 |
| Hex | 6E | BE | 12 | 2A | 0 | 5B | 19 | 58 | 53 | 29 |
| Octal | 156 | 276 | 22 | 52 | 0 | 133 | 31 | 130 | 123 | 51 |
| Binary | 1101110 | 10111110 | 10010 | 101010 | 0 | 1011011 | 11001 | 1011000 | 1010011 | 101001 |
Color Harmonies of #6EBE12
Complementary color
Monochromatic Colors of #6EBE12
Black with #6EBE12
Text Example
Text Example
White with #6EBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBE12; }
p { color: rgb(110,190,18); }
H1.HeaderClassName
{
color: #6EBE12;
}
.AnyTagClassName
{
color: #6EBE12;
}
</style>
background-color css
<style>
a { background-color: #6EBE12; }
a { background-color: rgb(110,190,18); }
div.DivClassName
{
background-color: #6EBE12;
}
.BgClassName
{
background-color: #6EBE12;
}
</style>
border-color css
<style>
span { border-color: #6EBE12; }
span { border-color: rgb(110,190,18); }
td.TdClassName
{
border-color: #6EBE12;
}
.TagClassName
{
border-color: #6EBE12;
}
</style>