Shades of Christi #66BC26
Tints of Christi #66BC26
RGB
CMYK
RGB Variations
Color information
#66BC26 (or 0x66BC26) is known color: Christi. HEX triplet: 66, BC and 26. RGB value is (102,188,38). Sum of RGB (Red+Green+Blue) = 102+188+38=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC26 is #9943D9. Grayscale: #919191. Windows color (decimal): -10044378 or 2538598. OLE color: 2538598.
HSL color Cylindrical-coordinate representation of color #66BC26: hue angle of 94.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66BC26 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 38 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.26 |
| HSL | 94.4º | 0.66% | 0.44% | - |
| HSV(B) | 94.4º | 0.8% | 0.74% | - |
| XYZ | 23.81 | 38.93 | 8.09 | - |
| YUV | 145.19 | 67.51 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 38 | 0.46 | 0 | 0.80 | 0.26 | 94.4 | 0.66 | 0.44 |
| Hex | 66 | BC | 26 | 2E | 0 | 50 | 1A | 5E | 42 | 2C |
| Octal | 146 | 274 | 46 | 56 | 0 | 120 | 32 | 136 | 102 | 54 |
| Binary | 1100110 | 10111100 | 100110 | 101110 | 0 | 1010000 | 11010 | 1011110 | 1000010 | 101100 |
Color Harmonies of #66BC26
Complementary color
Monochromatic Colors of #66BC26
Black with #66BC26
Text Example
Text Example
White with #66BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC26; }
p { color: rgb(102,188,38); }
H1.HeaderClassName
{
color: #66BC26;
}
.AnyTagClassName
{
color: #66BC26;
}
</style>
background-color css
<style>
a { background-color: #66BC26; }
a { background-color: rgb(102,188,38); }
div.DivClassName
{
background-color: #66BC26;
}
.BgClassName
{
background-color: #66BC26;
}
</style>
border-color css
<style>
span { border-color: #66BC26; }
span { border-color: rgb(102,188,38); }
td.TdClassName
{
border-color: #66BC26;
}
.TagClassName
{
border-color: #66BC26;
}
</style>