Shades of Christi #6EBE2A
Tints of Christi #6EBE2A
RGB
CMYK
RGB Variations
Color information
#6EBE2A (or 0x6EBE2A) is known color: Christi. HEX triplet: 6E, BE and 2A. RGB value is (110,190,42). Sum of RGB (Red+Green+Blue) = 110+190+42=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBE2A is #9141D5. Grayscale: #959595. Windows color (decimal): -9519574 or 2801262. OLE color: 2801262.
HSL color Cylindrical-coordinate representation of color #6EBE2A: hue angle of 92.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EBE2A is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 42 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.25 |
| HSL | 92.43º | 0.64% | 0.45% | - |
| HSV(B) | 92.43º | 0.78% | 0.75% | - |
| XYZ | 25.26 | 40.31 | 8.64 | - |
| YUV | 149.21 | 67.5 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 42 | 0.42 | 0 | 0.78 | 0.25 | 92.43 | 0.64 | 0.45 |
| Hex | 6E | BE | 2A | 2A | 0 | 4E | 19 | 5C | 40 | 2D |
| Octal | 156 | 276 | 52 | 52 | 0 | 116 | 31 | 134 | 100 | 55 |
| Binary | 1101110 | 10111110 | 101010 | 101010 | 0 | 1001110 | 11001 | 1011100 | 1000000 | 101101 |
Color Harmonies of #6EBE2A
Complementary color
Monochromatic Colors of #6EBE2A
Black with #6EBE2A
Text Example
Text Example
White with #6EBE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBE2A; }
p { color: rgb(110,190,42); }
H1.HeaderClassName
{
color: #6EBE2A;
}
.AnyTagClassName
{
color: #6EBE2A;
}
</style>
background-color css
<style>
a { background-color: #6EBE2A; }
a { background-color: rgb(110,190,42); }
div.DivClassName
{
background-color: #6EBE2A;
}
.BgClassName
{
background-color: #6EBE2A;
}
</style>
border-color css
<style>
span { border-color: #6EBE2A; }
span { border-color: rgb(110,190,42); }
td.TdClassName
{
border-color: #6EBE2A;
}
.TagClassName
{
border-color: #6EBE2A;
}
</style>