Shades of Christi #66BC1A
Tints of Christi #66BC1A
RGB
CMYK
RGB Variations
Color information
#66BC1A (or 0x66BC1A) is known color: Christi. HEX triplet: 66, BC and 1A. RGB value is (102,188,26). Sum of RGB (Red+Green+Blue) = 102+188+26=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC1A is #9943E5. Grayscale: #909090. Windows color (decimal): -10044390 or 1752166. OLE color: 1752166.
HSL color Cylindrical-coordinate representation of color #66BC1A: hue angle of 91.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66BC1A is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 26 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.26 |
| HSL | 91.85º | 0.76% | 0.42% | - |
| HSV(B) | 91.85º | 0.86% | 0.74% | - |
| XYZ | 23.65 | 38.87 | 7.23 | - |
| YUV | 143.82 | 61.51 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 26 | 0.46 | 0 | 0.86 | 0.26 | 91.85 | 0.76 | 0.42 |
| Hex | 66 | BC | 1A | 2E | 0 | 56 | 1A | 5C | 4C | 2A |
| Octal | 146 | 274 | 32 | 56 | 0 | 126 | 32 | 134 | 114 | 52 |
| Binary | 1100110 | 10111100 | 11010 | 101110 | 0 | 1010110 | 11010 | 1011100 | 1001100 | 101010 |
Color Harmonies of #66BC1A
Complementary color
Monochromatic Colors of #66BC1A
Black with #66BC1A
Text Example
Text Example
White with #66BC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC1A; }
p { color: rgb(102,188,26); }
H1.HeaderClassName
{
color: #66BC1A;
}
.AnyTagClassName
{
color: #66BC1A;
}
</style>
background-color css
<style>
a { background-color: #66BC1A; }
a { background-color: rgb(102,188,26); }
div.DivClassName
{
background-color: #66BC1A;
}
.BgClassName
{
background-color: #66BC1A;
}
</style>
border-color css
<style>
span { border-color: #66BC1A; }
span { border-color: rgb(102,188,26); }
td.TdClassName
{
border-color: #66BC1A;
}
.TagClassName
{
border-color: #66BC1A;
}
</style>