Shades of Christi #66BB02
Tints of Christi #66BB02
RGB
CMYK
RGB Variations
Color information
#66BB02 (or 0x66BB02) is known color: Christi. HEX triplet: 66, BB and 02. RGB value is (102,187,2). Sum of RGB (Red+Green+Blue) = 102+187+2=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BB02 is #9944FD. Grayscale: #8D8D8D. Windows color (decimal): -10044670 or 179046. OLE color: 179046.
HSL color Cylindrical-coordinate representation of color #66BB02: hue angle of 87.57º degrees, saturation: 0.98, 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 #66BB02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.27 |
| HSL | 87.57º | 0.98% | 0.37% | - |
| HSV(B) | 87.57º | 0.99% | 0.73% | - |
| XYZ | 23.26 | 38.37 | 6.24 | - |
| YUV | 140.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 2 | 0.45 | 0 | 0.99 | 0.27 | 87.57 | 0.98 | 0.37 |
| Hex | 66 | BB | 2 | 2D | 0 | 63 | 1B | 58 | 62 | 25 |
| Octal | 146 | 273 | 2 | 55 | 0 | 143 | 33 | 130 | 142 | 45 |
| Binary | 1100110 | 10111011 | 10 | 101101 | 0 | 1100011 | 11011 | 1011000 | 1100010 | 100101 |
Color Harmonies of #66BB02
Complementary color
Monochromatic Colors of #66BB02
Black with #66BB02
Text Example
Text Example
White with #66BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB02; }
p { color: rgb(102,187,2); }
H1.HeaderClassName
{
color: #66BB02;
}
.AnyTagClassName
{
color: #66BB02;
}
</style>
background-color css
<style>
a { background-color: #66BB02; }
a { background-color: rgb(102,187,2); }
div.DivClassName
{
background-color: #66BB02;
}
.BgClassName
{
background-color: #66BB02;
}
</style>
border-color css
<style>
span { border-color: #66BB02; }
span { border-color: rgb(102,187,2); }
td.TdClassName
{
border-color: #66BB02;
}
.TagClassName
{
border-color: #66BB02;
}
</style>