Shades of Christi #66BC17
Tints of Christi #66BC17
RGB
CMYK
RGB Variations
Color information
#66BC17 (or 0x66BC17) is known color: Christi. HEX triplet: 66, BC and 17. RGB value is (102,188,23). Sum of RGB (Red+Green+Blue) = 102+188+23=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BC17 is #9943E8. Grayscale: #909090. Windows color (decimal): -10044393 or 1555558. OLE color: 1555558.
HSL color Cylindrical-coordinate representation of color #66BC17: hue angle of 91.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66BC17 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 23 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.26 |
| HSL | 91.27º | 0.78% | 0.41% | - |
| HSV(B) | 91.27º | 0.88% | 0.74% | - |
| XYZ | 23.62 | 38.85 | 7.07 | - |
| YUV | 143.48 | 60.01 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 23 | 0.46 | 0 | 0.88 | 0.26 | 91.27 | 0.78 | 0.41 |
| Hex | 66 | BC | 17 | 2E | 0 | 58 | 1A | 5B | 4E | 29 |
| Octal | 146 | 274 | 27 | 56 | 0 | 130 | 32 | 133 | 116 | 51 |
| Binary | 1100110 | 10111100 | 10111 | 101110 | 0 | 1011000 | 11010 | 1011011 | 1001110 | 101001 |
Color Harmonies of #66BC17
Complementary color
Monochromatic Colors of #66BC17
Black with #66BC17
Text Example
Text Example
White with #66BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC17; }
p { color: rgb(102,188,23); }
H1.HeaderClassName
{
color: #66BC17;
}
.AnyTagClassName
{
color: #66BC17;
}
</style>
background-color css
<style>
a { background-color: #66BC17; }
a { background-color: rgb(102,188,23); }
div.DivClassName
{
background-color: #66BC17;
}
.BgClassName
{
background-color: #66BC17;
}
</style>
border-color css
<style>
span { border-color: #66BC17; }
span { border-color: rgb(102,188,23); }
td.TdClassName
{
border-color: #66BC17;
}
.TagClassName
{
border-color: #66BC17;
}
</style>