Shades of Christi #66C002
Tints of Christi #66C002
RGB
CMYK
RGB Variations
Color information
#66C002 (or 0x66C002) is known color: Christi. HEX triplet: 66, C0 and 02. RGB value is (102,192,2). Sum of RGB (Red+Green+Blue) = 102+192+2=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #66C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C002 is #993FFD. Grayscale: #909090. Windows color (decimal): -10043390 or 180326. OLE color: 180326.
HSL color Cylindrical-coordinate representation of color #66C002: hue angle of 88.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66C002 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.25 |
| HSL | 88.42º | 0.98% | 0.38% | - |
| HSV(B) | 88.42º | 0.99% | 0.75% | - |
| XYZ | 24.34 | 40.53 | 6.6 | - |
| YUV | 143.43 | 48.18 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 2 | 0.47 | 0 | 0.99 | 0.25 | 88.42 | 0.98 | 0.38 |
| Hex | 66 | C0 | 2 | 2F | 0 | 63 | 19 | 58 | 62 | 26 |
| Octal | 146 | 300 | 2 | 57 | 0 | 143 | 31 | 130 | 142 | 46 |
| Binary | 1100110 | 11000000 | 10 | 101111 | 0 | 1100011 | 11001 | 1011000 | 1100010 | 100110 |
Color Harmonies of #66C002
Complementary color
Monochromatic Colors of #66C002
Black with #66C002
Text Example
Text Example
White with #66C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C002; }
p { color: rgb(102,192,2); }
H1.HeaderClassName
{
color: #66C002;
}
.AnyTagClassName
{
color: #66C002;
}
</style>
background-color css
<style>
a { background-color: #66C002; }
a { background-color: rgb(102,192,2); }
div.DivClassName
{
background-color: #66C002;
}
.BgClassName
{
background-color: #66C002;
}
</style>
border-color css
<style>
span { border-color: #66C002; }
span { border-color: rgb(102,192,2); }
td.TdClassName
{
border-color: #66C002;
}
.TagClassName
{
border-color: #66C002;
}
</style>