Shades of Christi #6CC004
Tints of Christi #6CC004
RGB
CMYK
RGB Variations
Color information
#6CC004 (or 0x6CC004) is known color: Christi. HEX triplet: 6C, C0 and 04. RGB value is (108,192,4). Sum of RGB (Red+Green+Blue) = 108+192+4=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC004 is #933FFB. Grayscale: #929292. Windows color (decimal): -9650172 or 311404. OLE color: 311404.
HSL color Cylindrical-coordinate representation of color #6CC004: hue angle of 86.81º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CC004 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.25 |
| HSL | 86.81º | 0.96% | 0.38% | - |
| HSV(B) | 86.81º | 0.98% | 0.75% | - |
| XYZ | 25.06 | 40.9 | 6.69 | - |
| YUV | 145.45 | 48.17 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 4 | 0.44 | 0 | 0.98 | 0.25 | 86.81 | 0.96 | 0.38 |
| Hex | 6C | C0 | 4 | 2C | 0 | 62 | 19 | 57 | 60 | 26 |
| Octal | 154 | 300 | 4 | 54 | 0 | 142 | 31 | 127 | 140 | 46 |
| Binary | 1101100 | 11000000 | 100 | 101100 | 0 | 1100010 | 11001 | 1010111 | 1100000 | 100110 |
Color Harmonies of #6CC004
Complementary color
Monochromatic Colors of #6CC004
Black with #6CC004
Text Example
Text Example
White with #6CC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC004; }
p { color: rgb(108,192,4); }
H1.HeaderClassName
{
color: #6CC004;
}
.AnyTagClassName
{
color: #6CC004;
}
</style>
background-color css
<style>
a { background-color: #6CC004; }
a { background-color: rgb(108,192,4); }
div.DivClassName
{
background-color: #6CC004;
}
.BgClassName
{
background-color: #6CC004;
}
</style>
border-color css
<style>
span { border-color: #6CC004; }
span { border-color: rgb(108,192,4); }
td.TdClassName
{
border-color: #6CC004;
}
.TagClassName
{
border-color: #6CC004;
}
</style>