Shades of Christi #6EC30D
Tints of Christi #6EC30D
RGB
CMYK
RGB Variations
Color information
#6EC30D (or 0x6EC30D) is known color: Christi. HEX triplet: 6E, C3 and 0D. RGB value is (110,195,13). Sum of RGB (Red+Green+Blue) = 110+195+13=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC30D is #913CF2. Grayscale: #959595. Windows color (decimal): -9518323 or 901998. OLE color: 901998.
HSL color Cylindrical-coordinate representation of color #6EC30D: hue angle of 88.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EC30D is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 13 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.24 |
| HSL | 88.02º | 0.88% | 0.41% | - |
| HSV(B) | 88.02º | 0.93% | 0.76% | - |
| XYZ | 26.02 | 42.37 | 7.19 | - |
| YUV | 148.84 | 51.34 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 13 | 0.44 | 0 | 0.93 | 0.24 | 88.02 | 0.88 | 0.41 |
| Hex | 6E | C3 | D | 2C | 0 | 5D | 18 | 58 | 58 | 29 |
| Octal | 156 | 303 | 15 | 54 | 0 | 135 | 30 | 130 | 130 | 51 |
| Binary | 1101110 | 11000011 | 1101 | 101100 | 0 | 1011101 | 11000 | 1011000 | 1011000 | 101001 |
Color Harmonies of #6EC30D
Complementary color
Monochromatic Colors of #6EC30D
Black with #6EC30D
Text Example
Text Example
White with #6EC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC30D; }
p { color: rgb(110,195,13); }
H1.HeaderClassName
{
color: #6EC30D;
}
.AnyTagClassName
{
color: #6EC30D;
}
</style>
background-color css
<style>
a { background-color: #6EC30D; }
a { background-color: rgb(110,195,13); }
div.DivClassName
{
background-color: #6EC30D;
}
.BgClassName
{
background-color: #6EC30D;
}
</style>
border-color css
<style>
span { border-color: #6EC30D; }
span { border-color: rgb(110,195,13); }
td.TdClassName
{
border-color: #6EC30D;
}
.TagClassName
{
border-color: #6EC30D;
}
</style>