Shades of Christi #6EC305
Tints of Christi #6EC305
RGB
CMYK
RGB Variations
Color information
#6EC305 (or 0x6EC305) is known color: Christi. HEX triplet: 6E, C3 and 05. RGB value is (110,195,5). Sum of RGB (Red+Green+Blue) = 110+195+5=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC305 is #913CFA. Grayscale: #949494. Windows color (decimal): -9518331 or 377710. OLE color: 377710.
HSL color Cylindrical-coordinate representation of color #6EC305: hue angle of 86.84º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6EC305 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 5 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.24 |
| HSL | 86.84º | 0.95% | 0.39% | - |
| HSV(B) | 86.84º | 0.97% | 0.76% | - |
| XYZ | 25.97 | 42.36 | 6.95 | - |
| YUV | 147.93 | 47.34 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 5 | 0.44 | 0 | 0.97 | 0.24 | 86.84 | 0.95 | 0.39 |
| Hex | 6E | C3 | 5 | 2C | 0 | 61 | 18 | 57 | 5F | 27 |
| Octal | 156 | 303 | 5 | 54 | 0 | 141 | 30 | 127 | 137 | 47 |
| Binary | 1101110 | 11000011 | 101 | 101100 | 0 | 1100001 | 11000 | 1010111 | 1011111 | 100111 |
Color Harmonies of #6EC305
Complementary color
Monochromatic Colors of #6EC305
Black with #6EC305
Text Example
Text Example
White with #6EC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC305; }
p { color: rgb(110,195,5); }
H1.HeaderClassName
{
color: #6EC305;
}
.AnyTagClassName
{
color: #6EC305;
}
</style>
background-color css
<style>
a { background-color: #6EC305; }
a { background-color: rgb(110,195,5); }
div.DivClassName
{
background-color: #6EC305;
}
.BgClassName
{
background-color: #6EC305;
}
</style>
border-color css
<style>
span { border-color: #6EC305; }
span { border-color: rgb(110,195,5); }
td.TdClassName
{
border-color: #6EC305;
}
.TagClassName
{
border-color: #6EC305;
}
</style>