Shades of Christi #66C016
Tints of Christi #66C016
RGB
CMYK
RGB Variations
Color information
#66C016 (or 0x66C016) is known color: Christi. HEX triplet: 66, C0 and 16. RGB value is (102,192,22). Sum of RGB (Red+Green+Blue) = 102+192+22=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #66C016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C016 is #993FE9. Grayscale: #929292. Windows color (decimal): -10043370 or 1491046. OLE color: 1491046.
HSL color Cylindrical-coordinate representation of color #66C016: hue angle of 91.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66C016 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 22 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.25 |
| HSL | 91.76º | 0.79% | 0.42% | - |
| HSV(B) | 91.76º | 0.89% | 0.75% | - |
| XYZ | 24.47 | 40.58 | 7.3 | - |
| YUV | 145.71 | 58.18 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 22 | 0.47 | 0 | 0.89 | 0.25 | 91.76 | 0.79 | 0.42 |
| Hex | 66 | C0 | 16 | 2F | 0 | 59 | 19 | 5C | 4F | 2A |
| Octal | 146 | 300 | 26 | 57 | 0 | 131 | 31 | 134 | 117 | 52 |
| Binary | 1100110 | 11000000 | 10110 | 101111 | 0 | 1011001 | 11001 | 1011100 | 1001111 | 101010 |
Color Harmonies of #66C016
Complementary color
Monochromatic Colors of #66C016
Black with #66C016
Text Example
Text Example
White with #66C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C016; }
p { color: rgb(102,192,22); }
H1.HeaderClassName
{
color: #66C016;
}
.AnyTagClassName
{
color: #66C016;
}
</style>
background-color css
<style>
a { background-color: #66C016; }
a { background-color: rgb(102,192,22); }
div.DivClassName
{
background-color: #66C016;
}
.BgClassName
{
background-color: #66C016;
}
</style>
border-color css
<style>
span { border-color: #66C016; }
span { border-color: rgb(102,192,22); }
td.TdClassName
{
border-color: #66C016;
}
.TagClassName
{
border-color: #66C016;
}
</style>