Shades of Christi #6EC825
Tints of Christi #6EC825
RGB
CMYK
RGB Variations
Color information
#6EC825 (or 0x6EC825) is known color: Christi. HEX triplet: 6E, C8 and 25. RGB value is (110,200,37). Sum of RGB (Red+Green+Blue) = 110+200+37=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC825 is #9137DA. Grayscale: #9B9B9B. Windows color (decimal): -9517019 or 2476142. OLE color: 2476142.
HSL color Cylindrical-coordinate representation of color #6EC825: hue angle of 93.13º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6EC825 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 37 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.22 |
| HSL | 93.13º | 0.69% | 0.46% | - |
| HSV(B) | 93.13º | 0.82% | 0.78% | - |
| XYZ | 27.42 | 44.76 | 8.94 | - |
| YUV | 154.51 | 61.68 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 37 | 0.45 | 0 | 0.82 | 0.22 | 93.13 | 0.69 | 0.46 |
| Hex | 6E | C8 | 25 | 2D | 0 | 52 | 16 | 5D | 45 | 2E |
| Octal | 156 | 310 | 45 | 55 | 0 | 122 | 26 | 135 | 105 | 56 |
| Binary | 1101110 | 11001000 | 100101 | 101101 | 0 | 1010010 | 10110 | 1011101 | 1000101 | 101110 |
Color Harmonies of #6EC825
Complementary color
Monochromatic Colors of #6EC825
Black with #6EC825
Text Example
Text Example
White with #6EC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC825; }
p { color: rgb(110,200,37); }
H1.HeaderClassName
{
color: #6EC825;
}
.AnyTagClassName
{
color: #6EC825;
}
</style>
background-color css
<style>
a { background-color: #6EC825; }
a { background-color: rgb(110,200,37); }
div.DivClassName
{
background-color: #6EC825;
}
.BgClassName
{
background-color: #6EC825;
}
</style>
border-color css
<style>
span { border-color: #6EC825; }
span { border-color: rgb(110,200,37); }
td.TdClassName
{
border-color: #6EC825;
}
.TagClassName
{
border-color: #6EC825;
}
</style>