Shades of Christi #66A202
Tints of Christi #66A202
RGB
CMYK
RGB Variations
Color information
#66A202 (or 0x66A202) is known color: Christi. HEX triplet: 66, A2 and 02. RGB value is (102,162,2). Sum of RGB (Red+Green+Blue) = 102+162+2=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #66A202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A202 is #995DFD. Grayscale: #7E7E7E. Windows color (decimal): -10051070 or 172646. OLE color: 172646.
HSL color Cylindrical-coordinate representation of color #66A202: hue angle of 82.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66A202 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.36 |
| HSL | 82.5º | 0.98% | 0.32% | - |
| HSV(B) | 82.5º | 0.99% | 0.64% | - |
| XYZ | 18.41 | 28.67 | 4.62 | - |
| YUV | 125.82 | 58.12 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 2 | 0.37 | 0 | 0.99 | 0.36 | 82.5 | 0.98 | 0.32 |
| Hex | 66 | A2 | 2 | 25 | 0 | 63 | 24 | 52 | 62 | 20 |
| Octal | 146 | 242 | 2 | 45 | 0 | 143 | 44 | 122 | 142 | 40 |
| Binary | 1100110 | 10100010 | 10 | 100101 | 0 | 1100011 | 100100 | 1010010 | 1100010 | 100000 |
Color Harmonies of #66A202
Complementary color
Monochromatic Colors of #66A202
Black with #66A202
Text Example
Text Example
White with #66A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A202; }
p { color: rgb(102,162,2); }
H1.HeaderClassName
{
color: #66A202;
}
.AnyTagClassName
{
color: #66A202;
}
</style>
background-color css
<style>
a { background-color: #66A202; }
a { background-color: rgb(102,162,2); }
div.DivClassName
{
background-color: #66A202;
}
.BgClassName
{
background-color: #66A202;
}
</style>
border-color css
<style>
span { border-color: #66A202; }
span { border-color: rgb(102,162,2); }
td.TdClassName
{
border-color: #66A202;
}
.TagClassName
{
border-color: #66A202;
}
</style>