Shades of Christi #66BC04
Tints of Christi #66BC04
RGB
CMYK
RGB Variations
Color information
#66BC04 (or 0x66BC04) is known color: Christi. HEX triplet: 66, BC and 04. RGB value is (102,188,4). Sum of RGB (Red+Green+Blue) = 102+188+4=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BC04 is #9943FB. Grayscale: #8D8D8D. Windows color (decimal): -10044412 or 310374. OLE color: 310374.
HSL color Cylindrical-coordinate representation of color #66BC04: hue angle of 88.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66BC04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.26 |
| HSL | 88.04º | 0.96% | 0.38% | - |
| HSV(B) | 88.04º | 0.98% | 0.74% | - |
| XYZ | 23.48 | 38.8 | 6.37 | - |
| YUV | 141.31 | 50.51 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 4 | 0.46 | 0 | 0.98 | 0.26 | 88.04 | 0.96 | 0.38 |
| Hex | 66 | BC | 4 | 2E | 0 | 62 | 1A | 58 | 60 | 26 |
| Octal | 146 | 274 | 4 | 56 | 0 | 142 | 32 | 130 | 140 | 46 |
| Binary | 1100110 | 10111100 | 100 | 101110 | 0 | 1100010 | 11010 | 1011000 | 1100000 | 100110 |
Color Harmonies of #66BC04
Complementary color
Monochromatic Colors of #66BC04
Black with #66BC04
Text Example
Text Example
White with #66BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC04; }
p { color: rgb(102,188,4); }
H1.HeaderClassName
{
color: #66BC04;
}
.AnyTagClassName
{
color: #66BC04;
}
</style>
background-color css
<style>
a { background-color: #66BC04; }
a { background-color: rgb(102,188,4); }
div.DivClassName
{
background-color: #66BC04;
}
.BgClassName
{
background-color: #66BC04;
}
</style>
border-color css
<style>
span { border-color: #66BC04; }
span { border-color: rgb(102,188,4); }
td.TdClassName
{
border-color: #66BC04;
}
.TagClassName
{
border-color: #66BC04;
}
</style>