Shades of Christi #6ECC15
Tints of Christi #6ECC15
RGB
CMYK
RGB Variations
Color information
#6ECC15 (or 0x6ECC15) is known color: Christi. HEX triplet: 6E, CC and 15. RGB value is (110,204,21). Sum of RGB (Red+Green+Blue) = 110+204+21=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECC15 is #9133EA. Grayscale: #9B9B9B. Windows color (decimal): -9516011 or 1428590. OLE color: 1428590.
HSL color Cylindrical-coordinate representation of color #6ECC15: hue angle of 90.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6ECC15 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.2 |
| HSL | 90.82º | 0.81% | 0.44% | - |
| HSV(B) | 90.82º | 0.9% | 0.8% | - |
| XYZ | 28.16 | 46.55 | 8.21 | - |
| YUV | 155.03 | 52.36 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 21 | 0.46 | 0 | 0.90 | 0.2 | 90.82 | 0.81 | 0.44 |
| Hex | 6E | CC | 15 | 2E | 0 | 5A | 14 | 5B | 51 | 2C |
| Octal | 156 | 314 | 25 | 56 | 0 | 132 | 24 | 133 | 121 | 54 |
| Binary | 1101110 | 11001100 | 10101 | 101110 | 0 | 1011010 | 10100 | 1011011 | 1010001 | 101100 |
Color Harmonies of #6ECC15
Complementary color
Monochromatic Colors of #6ECC15
Black with #6ECC15
Text Example
Text Example
White with #6ECC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC15; }
p { color: rgb(110,204,21); }
H1.HeaderClassName
{
color: #6ECC15;
}
.AnyTagClassName
{
color: #6ECC15;
}
</style>
background-color css
<style>
a { background-color: #6ECC15; }
a { background-color: rgb(110,204,21); }
div.DivClassName
{
background-color: #6ECC15;
}
.BgClassName
{
background-color: #6ECC15;
}
</style>
border-color css
<style>
span { border-color: #6ECC15; }
span { border-color: rgb(110,204,21); }
td.TdClassName
{
border-color: #6ECC15;
}
.TagClassName
{
border-color: #6ECC15;
}
</style>