Shades of Christi #66BC03
Tints of Christi #66BC03
RGB
CMYK
RGB Variations
Color information
#66BC03 (or 0x66BC03) is known color: Christi. HEX triplet: 66, BC and 03. RGB value is (102,188,3). Sum of RGB (Red+Green+Blue) = 102+188+3=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BC03 is #9943FC. Grayscale: #8D8D8D. Windows color (decimal): -10044413 or 244838. OLE color: 244838.
HSL color Cylindrical-coordinate representation of color #66BC03: hue angle of 87.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66BC03 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 3 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.26 |
| HSL | 87.89º | 0.97% | 0.37% | - |
| HSV(B) | 87.89º | 0.98% | 0.74% | - |
| XYZ | 23.48 | 38.8 | 6.34 | - |
| YUV | 141.2 | 50.01 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 3 | 0.46 | 0 | 0.98 | 0.26 | 87.89 | 0.97 | 0.37 |
| Hex | 66 | BC | 3 | 2E | 0 | 62 | 1A | 58 | 61 | 25 |
| Octal | 146 | 274 | 3 | 56 | 0 | 142 | 32 | 130 | 141 | 45 |
| Binary | 1100110 | 10111100 | 11 | 101110 | 0 | 1100010 | 11010 | 1011000 | 1100001 | 100101 |
Color Harmonies of #66BC03
Complementary color
Monochromatic Colors of #66BC03
Black with #66BC03
Text Example
Text Example
White with #66BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC03; }
p { color: rgb(102,188,3); }
H1.HeaderClassName
{
color: #66BC03;
}
.AnyTagClassName
{
color: #66BC03;
}
</style>
background-color css
<style>
a { background-color: #66BC03; }
a { background-color: rgb(102,188,3); }
div.DivClassName
{
background-color: #66BC03;
}
.BgClassName
{
background-color: #66BC03;
}
</style>
border-color css
<style>
span { border-color: #66BC03; }
span { border-color: rgb(102,188,3); }
td.TdClassName
{
border-color: #66BC03;
}
.TagClassName
{
border-color: #66BC03;
}
</style>