Shades of Christi #6CC008
Tints of Christi #6CC008
RGB
CMYK
RGB Variations
Color information
#6CC008 (or 0x6CC008) is known color: Christi. HEX triplet: 6C, C0 and 08. RGB value is (108,192,8). Sum of RGB (Red+Green+Blue) = 108+192+8=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC008 is #933FF7. Grayscale: #929292. Windows color (decimal): -9650168 or 573548. OLE color: 573548.
HSL color Cylindrical-coordinate representation of color #6CC008: hue angle of 87.39º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6CC008 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 8 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.25 |
| HSL | 87.39º | 0.92% | 0.39% | - |
| HSV(B) | 87.39º | 0.96% | 0.75% | - |
| XYZ | 25.08 | 40.9 | 6.8 | - |
| YUV | 145.91 | 50.17 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 8 | 0.44 | 0 | 0.96 | 0.25 | 87.39 | 0.92 | 0.39 |
| Hex | 6C | C0 | 8 | 2C | 0 | 60 | 19 | 57 | 5C | 27 |
| Octal | 154 | 300 | 10 | 54 | 0 | 140 | 31 | 127 | 134 | 47 |
| Binary | 1101100 | 11000000 | 1000 | 101100 | 0 | 1100000 | 11001 | 1010111 | 1011100 | 100111 |
Color Harmonies of #6CC008
Complementary color
Monochromatic Colors of #6CC008
Black with #6CC008
Text Example
Text Example
White with #6CC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC008; }
p { color: rgb(108,192,8); }
H1.HeaderClassName
{
color: #6CC008;
}
.AnyTagClassName
{
color: #6CC008;
}
</style>
background-color css
<style>
a { background-color: #6CC008; }
a { background-color: rgb(108,192,8); }
div.DivClassName
{
background-color: #6CC008;
}
.BgClassName
{
background-color: #6CC008;
}
</style>
border-color css
<style>
span { border-color: #6CC008; }
span { border-color: rgb(108,192,8); }
td.TdClassName
{
border-color: #6CC008;
}
.TagClassName
{
border-color: #6CC008;
}
</style>