Shades of Christi #6CCC10
Tints of Christi #6CCC10
RGB
CMYK
RGB Variations
Color information
#6CCC10 (or 0x6CCC10) is known color: Christi. HEX triplet: 6C, CC and 10. RGB value is (108,204,16). Sum of RGB (Red+Green+Blue) = 108+204+16=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC10 is #9333EF. Grayscale: #9A9A9A. Windows color (decimal): -9647088 or 1100908. OLE color: 1100908.
HSL color Cylindrical-coordinate representation of color #6CCC10: hue angle of 90.64º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CCC10 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 16 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.2 |
| HSL | 90.64º | 0.85% | 0.43% | - |
| HSV(B) | 90.64º | 0.92% | 0.8% | - |
| XYZ | 27.87 | 46.41 | 7.98 | - |
| YUV | 153.86 | 50.2 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 16 | 0.47 | 0 | 0.92 | 0.2 | 90.64 | 0.85 | 0.43 |
| Hex | 6C | CC | 10 | 2F | 0 | 5C | 14 | 5B | 55 | 2B |
| Octal | 154 | 314 | 20 | 57 | 0 | 134 | 24 | 133 | 125 | 53 |
| Binary | 1101100 | 11001100 | 10000 | 101111 | 0 | 1011100 | 10100 | 1011011 | 1010101 | 101011 |
Color Harmonies of #6CCC10
Complementary color
Monochromatic Colors of #6CCC10
Black with #6CCC10
Text Example
Text Example
White with #6CCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC10; }
p { color: rgb(108,204,16); }
H1.HeaderClassName
{
color: #6CCC10;
}
.AnyTagClassName
{
color: #6CCC10;
}
</style>
background-color css
<style>
a { background-color: #6CCC10; }
a { background-color: rgb(108,204,16); }
div.DivClassName
{
background-color: #6CCC10;
}
.BgClassName
{
background-color: #6CCC10;
}
</style>
border-color css
<style>
span { border-color: #6CCC10; }
span { border-color: rgb(108,204,16); }
td.TdClassName
{
border-color: #6CCC10;
}
.TagClassName
{
border-color: #6CCC10;
}
</style>