Shades of Christi #66BB01
Tints of Christi #66BB01
RGB
CMYK
RGB Variations
Color information
#66BB01 (or 0x66BB01) is known color: Christi. HEX triplet: 66, BB and 01. RGB value is (102,187,1). Sum of RGB (Red+Green+Blue) = 102+187+1=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BB01 is #9944FE. Grayscale: #8D8D8D. Windows color (decimal): -10044671 or 113510. OLE color: 113510.
HSL color Cylindrical-coordinate representation of color #66BB01: hue angle of 87.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66BB01 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.27 |
| HSL | 87.42º | 0.99% | 0.37% | - |
| HSV(B) | 87.42º | 0.99% | 0.73% | - |
| XYZ | 23.26 | 38.37 | 6.21 | - |
| YUV | 140.38 | 49.34 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 1 | 0.45 | 0 | 0.99 | 0.27 | 87.42 | 0.99 | 0.37 |
| Hex | 66 | BB | 1 | 2D | 0 | 63 | 1B | 57 | 63 | 25 |
| Octal | 146 | 273 | 1 | 55 | 0 | 143 | 33 | 127 | 143 | 45 |
| Binary | 1100110 | 10111011 | 1 | 101101 | 0 | 1100011 | 11011 | 1010111 | 1100011 | 100101 |
Color Harmonies of #66BB01
Complementary color
Monochromatic Colors of #66BB01
Black with #66BB01
Text Example
Text Example
White with #66BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB01; }
p { color: rgb(102,187,1); }
H1.HeaderClassName
{
color: #66BB01;
}
.AnyTagClassName
{
color: #66BB01;
}
</style>
background-color css
<style>
a { background-color: #66BB01; }
a { background-color: rgb(102,187,1); }
div.DivClassName
{
background-color: #66BB01;
}
.BgClassName
{
background-color: #66BB01;
}
</style>
border-color css
<style>
span { border-color: #66BB01; }
span { border-color: rgb(102,187,1); }
td.TdClassName
{
border-color: #66BB01;
}
.TagClassName
{
border-color: #66BB01;
}
</style>