Shades of Christi #66C011
Tints of Christi #66C011
RGB
CMYK
RGB Variations
Color information
#66C011 (or 0x66C011) is known color: Christi. HEX triplet: 66, C0 and 11. RGB value is (102,192,17). Sum of RGB (Red+Green+Blue) = 102+192+17=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #66C011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C011 is #993FEE. Grayscale: #919191. Windows color (decimal): -10043375 or 1163366. OLE color: 1163366.
HSL color Cylindrical-coordinate representation of color #66C011: hue angle of 90.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66C011 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 17 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.25 |
| HSL | 90.86º | 0.84% | 0.41% | - |
| HSV(B) | 90.86º | 0.91% | 0.75% | - |
| XYZ | 24.43 | 40.56 | 7.07 | - |
| YUV | 145.14 | 55.68 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 17 | 0.47 | 0 | 0.91 | 0.25 | 90.86 | 0.84 | 0.41 |
| Hex | 66 | C0 | 11 | 2F | 0 | 5B | 19 | 5B | 54 | 29 |
| Octal | 146 | 300 | 21 | 57 | 0 | 133 | 31 | 133 | 124 | 51 |
| Binary | 1100110 | 11000000 | 10001 | 101111 | 0 | 1011011 | 11001 | 1011011 | 1010100 | 101001 |
Color Harmonies of #66C011
Complementary color
Monochromatic Colors of #66C011
Black with #66C011
Text Example
Text Example
White with #66C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C011; }
p { color: rgb(102,192,17); }
H1.HeaderClassName
{
color: #66C011;
}
.AnyTagClassName
{
color: #66C011;
}
</style>
background-color css
<style>
a { background-color: #66C011; }
a { background-color: rgb(102,192,17); }
div.DivClassName
{
background-color: #66C011;
}
.BgClassName
{
background-color: #66C011;
}
</style>
border-color css
<style>
span { border-color: #66C011; }
span { border-color: rgb(102,192,17); }
td.TdClassName
{
border-color: #66C011;
}
.TagClassName
{
border-color: #66C011;
}
</style>