Shades of Christi #6ECC04
Tints of Christi #6ECC04
RGB
CMYK
RGB Variations
Color information
#6ECC04 (or 0x6ECC04) is known color: Christi. HEX triplet: 6E, CC and 04. RGB value is (110,204,4). Sum of RGB (Red+Green+Blue) = 110+204+4=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECC04 is #9133FB. Grayscale: #999999. Windows color (decimal): -9516028 or 314478. OLE color: 314478.
HSL color Cylindrical-coordinate representation of color #6ECC04: hue angle of 88.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6ECC04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.2 |
| HSL | 88.2º | 0.96% | 0.41% | - |
| HSV(B) | 88.2º | 0.98% | 0.8% | - |
| XYZ | 28.05 | 46.51 | 7.61 | - |
| YUV | 153.09 | 43.86 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 4 | 0.46 | 0 | 0.98 | 0.2 | 88.2 | 0.96 | 0.41 |
| Hex | 6E | CC | 4 | 2E | 0 | 62 | 14 | 58 | 60 | 29 |
| Octal | 156 | 314 | 4 | 56 | 0 | 142 | 24 | 130 | 140 | 51 |
| Binary | 1101110 | 11001100 | 100 | 101110 | 0 | 1100010 | 10100 | 1011000 | 1100000 | 101001 |
Color Harmonies of #6ECC04
Complementary color
Monochromatic Colors of #6ECC04
Black with #6ECC04
Text Example
Text Example
White with #6ECC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC04; }
p { color: rgb(110,204,4); }
H1.HeaderClassName
{
color: #6ECC04;
}
.AnyTagClassName
{
color: #6ECC04;
}
</style>
background-color css
<style>
a { background-color: #6ECC04; }
a { background-color: rgb(110,204,4); }
div.DivClassName
{
background-color: #6ECC04;
}
.BgClassName
{
background-color: #6ECC04;
}
</style>
border-color css
<style>
span { border-color: #6ECC04; }
span { border-color: rgb(110,204,4); }
td.TdClassName
{
border-color: #6ECC04;
}
.TagClassName
{
border-color: #6ECC04;
}
</style>