Shades of Christi #6EC30B
Tints of Christi #6EC30B
RGB
CMYK
RGB Variations
Color information
#6EC30B (or 0x6EC30B) is known color: Christi. HEX triplet: 6E, C3 and 0B. RGB value is (110,195,11). Sum of RGB (Red+Green+Blue) = 110+195+11=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC30B is #913CF4. Grayscale: #959595. Windows color (decimal): -9518325 or 770926. OLE color: 770926.
HSL color Cylindrical-coordinate representation of color #6EC30B: hue angle of 87.72º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EC30B is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 11 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.24 |
| HSL | 87.72º | 0.89% | 0.4% | - |
| HSV(B) | 87.72º | 0.94% | 0.76% | - |
| XYZ | 26.01 | 42.37 | 7.12 | - |
| YUV | 148.61 | 50.34 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 11 | 0.44 | 0 | 0.94 | 0.24 | 87.72 | 0.89 | 0.4 |
| Hex | 6E | C3 | B | 2C | 0 | 5E | 18 | 58 | 59 | 28 |
| Octal | 156 | 303 | 13 | 54 | 0 | 136 | 30 | 130 | 131 | 50 |
| Binary | 1101110 | 11000011 | 1011 | 101100 | 0 | 1011110 | 11000 | 1011000 | 1011001 | 101000 |
Color Harmonies of #6EC30B
Complementary color
Monochromatic Colors of #6EC30B
Black with #6EC30B
Text Example
Text Example
White with #6EC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC30B; }
p { color: rgb(110,195,11); }
H1.HeaderClassName
{
color: #6EC30B;
}
.AnyTagClassName
{
color: #6EC30B;
}
</style>
background-color css
<style>
a { background-color: #6EC30B; }
a { background-color: rgb(110,195,11); }
div.DivClassName
{
background-color: #6EC30B;
}
.BgClassName
{
background-color: #6EC30B;
}
</style>
border-color css
<style>
span { border-color: #6EC30B; }
span { border-color: rgb(110,195,11); }
td.TdClassName
{
border-color: #6EC30B;
}
.TagClassName
{
border-color: #6EC30B;
}
</style>