Shades of Christi #6CCC16
Tints of Christi #6CCC16
RGB
CMYK
RGB Variations
Color information
#6CCC16 (or 0x6CCC16) is known color: Christi. HEX triplet: 6C, CC and 16. RGB value is (108,204,22). Sum of RGB (Red+Green+Blue) = 108+204+22=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC16 is #9333E9. Grayscale: #9B9B9B. Windows color (decimal): -9647082 or 1494124. OLE color: 1494124.
HSL color Cylindrical-coordinate representation of color #6CCC16: hue angle of 91.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CCC16 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 22 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.2 |
| HSL | 91.65º | 0.81% | 0.44% | - |
| HSV(B) | 91.65º | 0.89% | 0.8% | - |
| XYZ | 27.92 | 46.43 | 8.25 | - |
| YUV | 154.55 | 53.2 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 22 | 0.47 | 0 | 0.89 | 0.2 | 91.65 | 0.81 | 0.44 |
| Hex | 6C | CC | 16 | 2F | 0 | 59 | 14 | 5C | 51 | 2C |
| Octal | 154 | 314 | 26 | 57 | 0 | 131 | 24 | 134 | 121 | 54 |
| Binary | 1101100 | 11001100 | 10110 | 101111 | 0 | 1011001 | 10100 | 1011100 | 1010001 | 101100 |
Color Harmonies of #6CCC16
Complementary color
Monochromatic Colors of #6CCC16
Black with #6CCC16
Text Example
Text Example
White with #6CCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC16; }
p { color: rgb(108,204,22); }
H1.HeaderClassName
{
color: #6CCC16;
}
.AnyTagClassName
{
color: #6CCC16;
}
</style>
background-color css
<style>
a { background-color: #6CCC16; }
a { background-color: rgb(108,204,22); }
div.DivClassName
{
background-color: #6CCC16;
}
.BgClassName
{
background-color: #6CCC16;
}
</style>
border-color css
<style>
span { border-color: #6CCC16; }
span { border-color: rgb(108,204,22); }
td.TdClassName
{
border-color: #6CCC16;
}
.TagClassName
{
border-color: #6CCC16;
}
</style>