Shades of Christi #66C009
Tints of Christi #66C009
RGB
CMYK
RGB Variations
Color information
#66C009 (or 0x66C009) is known color: Christi. HEX triplet: 66, C0 and 09. RGB value is (102,192,9). Sum of RGB (Red+Green+Blue) = 102+192+9=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #66C009 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C009 is #993FF6. Grayscale: #909090. Windows color (decimal): -10043383 or 639078. OLE color: 639078.
HSL color Cylindrical-coordinate representation of color #66C009: hue angle of 89.51º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66C009 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 9 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.25 |
| HSL | 89.51º | 0.91% | 0.39% | - |
| HSV(B) | 89.51º | 0.95% | 0.75% | - |
| XYZ | 24.38 | 40.54 | 6.8 | - |
| YUV | 144.23 | 51.68 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 9 | 0.47 | 0 | 0.95 | 0.25 | 89.51 | 0.91 | 0.39 |
| Hex | 66 | C0 | 9 | 2F | 0 | 5F | 19 | 5A | 5B | 27 |
| Octal | 146 | 300 | 11 | 57 | 0 | 137 | 31 | 132 | 133 | 47 |
| Binary | 1100110 | 11000000 | 1001 | 101111 | 0 | 1011111 | 11001 | 1011010 | 1011011 | 100111 |
Color Harmonies of #66C009
Complementary color
Monochromatic Colors of #66C009
Black with #66C009
Text Example
Text Example
White with #66C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C009; }
p { color: rgb(102,192,9); }
H1.HeaderClassName
{
color: #66C009;
}
.AnyTagClassName
{
color: #66C009;
}
</style>
background-color css
<style>
a { background-color: #66C009; }
a { background-color: rgb(102,192,9); }
div.DivClassName
{
background-color: #66C009;
}
.BgClassName
{
background-color: #66C009;
}
</style>
border-color css
<style>
span { border-color: #66C009; }
span { border-color: rgb(102,192,9); }
td.TdClassName
{
border-color: #66C009;
}
.TagClassName
{
border-color: #66C009;
}
</style>