Shades of Christi #6EC30A
Tints of Christi #6EC30A
RGB
CMYK
RGB Variations
Color information
#6EC30A (or 0x6EC30A) is known color: Christi. HEX triplet: 6E, C3 and 0A. RGB value is (110,195,10). Sum of RGB (Red+Green+Blue) = 110+195+10=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC30A is #913CF5. Grayscale: #959595. Windows color (decimal): -9518326 or 705390. OLE color: 705390.
HSL color Cylindrical-coordinate representation of color #6EC30A: hue angle of 87.57º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6EC30A is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 10 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.24 |
| HSL | 87.57º | 0.9% | 0.4% | - |
| HSV(B) | 87.57º | 0.95% | 0.76% | - |
| XYZ | 26 | 42.37 | 7.09 | - |
| YUV | 148.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 10 | 0.44 | 0 | 0.95 | 0.24 | 87.57 | 0.9 | 0.4 |
| Hex | 6E | C3 | A | 2C | 0 | 5F | 18 | 58 | 5A | 28 |
| Octal | 156 | 303 | 12 | 54 | 0 | 137 | 30 | 130 | 132 | 50 |
| Binary | 1101110 | 11000011 | 1010 | 101100 | 0 | 1011111 | 11000 | 1011000 | 1011010 | 101000 |
Color Harmonies of #6EC30A
Complementary color
Monochromatic Colors of #6EC30A
Black with #6EC30A
Text Example
Text Example
White with #6EC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC30A; }
p { color: rgb(110,195,10); }
H1.HeaderClassName
{
color: #6EC30A;
}
.AnyTagClassName
{
color: #6EC30A;
}
</style>
background-color css
<style>
a { background-color: #6EC30A; }
a { background-color: rgb(110,195,10); }
div.DivClassName
{
background-color: #6EC30A;
}
.BgClassName
{
background-color: #6EC30A;
}
</style>
border-color css
<style>
span { border-color: #6EC30A; }
span { border-color: rgb(110,195,10); }
td.TdClassName
{
border-color: #6EC30A;
}
.TagClassName
{
border-color: #6EC30A;
}
</style>