Shades of Christi #66AD02
Tints of Christi #66AD02
RGB
CMYK
RGB Variations
Color information
#66AD02 (or 0x66AD02) is known color: Christi. HEX triplet: 66, AD and 02. RGB value is (102,173,2). Sum of RGB (Red+Green+Blue) = 102+173+2=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AD02 is #9952FD. Grayscale: #848484. Windows color (decimal): -10048254 or 175462. OLE color: 175462.
HSL color Cylindrical-coordinate representation of color #66AD02: hue angle of 84.91º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66AD02 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.32 |
| HSL | 84.91º | 0.98% | 0.34% | - |
| HSV(B) | 84.91º | 0.99% | 0.68% | - |
| XYZ | 20.43 | 32.72 | 5.3 | - |
| YUV | 132.28 | 54.48 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 2 | 0.41 | 0 | 0.99 | 0.32 | 84.91 | 0.98 | 0.34 |
| Hex | 66 | AD | 2 | 29 | 0 | 63 | 20 | 55 | 62 | 22 |
| Octal | 146 | 255 | 2 | 51 | 0 | 143 | 40 | 125 | 142 | 42 |
| Binary | 1100110 | 10101101 | 10 | 101001 | 0 | 1100011 | 100000 | 1010101 | 1100010 | 100010 |
Color Harmonies of #66AD02
Complementary color
Monochromatic Colors of #66AD02
Black with #66AD02
Text Example
Text Example
White with #66AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD02; }
p { color: rgb(102,173,2); }
H1.HeaderClassName
{
color: #66AD02;
}
.AnyTagClassName
{
color: #66AD02;
}
</style>
background-color css
<style>
a { background-color: #66AD02; }
a { background-color: rgb(102,173,2); }
div.DivClassName
{
background-color: #66AD02;
}
.BgClassName
{
background-color: #66AD02;
}
</style>
border-color css
<style>
span { border-color: #66AD02; }
span { border-color: rgb(102,173,2); }
td.TdClassName
{
border-color: #66AD02;
}
.TagClassName
{
border-color: #66AD02;
}
</style>