Shades of Christi #6CCC00
Tints of Christi #6CCC00
RGB
CMYK
RGB Variations
Color information
#6CCC00 (or 0x6CCC00) is known color: Christi. HEX triplet: 6C, CC and 00. RGB value is (108,204,0). Sum of RGB (Red+Green+Blue) = 108+204+0=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC00 is #9333FF. Grayscale: #989898. Windows color (decimal): -9647104 or 52332. OLE color: 52332.
HSL color Cylindrical-coordinate representation of color #6CCC00: hue angle of 88.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CCC00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.2 |
| HSL | 88.24º | 1% | 0.4% | - |
| HSV(B) | 88.24º | 1% | 0.8% | - |
| XYZ | 27.78 | 46.37 | 7.49 | - |
| YUV | 152.04 | 42.2 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 0 | 0.47 | 0 | 1 | 0.2 | 88.24 | 1 | 0.4 |
| Hex | 6C | CC | 0 | 2F | 0 | 64 | 14 | 58 | 64 | 28 |
| Octal | 154 | 314 | 0 | 57 | 0 | 144 | 24 | 130 | 144 | 50 |
| Binary | 1101100 | 11001100 | 0 | 101111 | 0 | 1100100 | 10100 | 1011000 | 1100100 | 101000 |
Color Harmonies of #6CCC00
Complementary color
Monochromatic Colors of #6CCC00
Black with #6CCC00
Text Example
Text Example
White with #6CCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC00; }
p { color: rgb(108,204,0); }
H1.HeaderClassName
{
color: #6CCC00;
}
.AnyTagClassName
{
color: #6CCC00;
}
</style>
background-color css
<style>
a { background-color: #6CCC00; }
a { background-color: rgb(108,204,0); }
div.DivClassName
{
background-color: #6CCC00;
}
.BgClassName
{
background-color: #6CCC00;
}
</style>
border-color css
<style>
span { border-color: #6CCC00; }
span { border-color: rgb(108,204,0); }
td.TdClassName
{
border-color: #6CCC00;
}
.TagClassName
{
border-color: #6CCC00;
}
</style>