Shades of Christi #66A800
Tints of Christi #66A800
RGB
CMYK
RGB Variations
Color information
#66A800 (or 0x66A800) is known color: Christi. HEX triplet: 66, A8 and 00. RGB value is (102,168,0). Sum of RGB (Red+Green+Blue) = 102+168+0=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 168 (66.02% from 255 or 62.22% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 168 - color contains mainly: green. Hex color #66A800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A800 is #9957FF. Grayscale: #818181. Windows color (decimal): -10049536 or 43110. OLE color: 43110.
HSL color Cylindrical-coordinate representation of color #66A800: hue angle of 83.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66A800 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.34 |
| HSL | 83.57º | 1% | 0.33% | - |
| HSV(B) | 83.57º | 1% | 0.66% | - |
| XYZ | 19.48 | 30.83 | 4.92 | - |
| YUV | 129.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 0 | 0.39 | 0 | 1 | 0.34 | 83.57 | 1 | 0.33 |
| Hex | 66 | A8 | 0 | 27 | 0 | 64 | 22 | 54 | 64 | 21 |
| Octal | 146 | 250 | 0 | 47 | 0 | 144 | 42 | 124 | 144 | 41 |
| Binary | 1100110 | 10101000 | 0 | 100111 | 0 | 1100100 | 100010 | 1010100 | 1100100 | 100001 |
Color Harmonies of #66A800
Complementary color
Monochromatic Colors of #66A800
Black with #66A800
Text Example
Text Example
White with #66A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A800; }
p { color: rgb(102,168,0); }
H1.HeaderClassName
{
color: #66A800;
}
.AnyTagClassName
{
color: #66A800;
}
</style>
background-color css
<style>
a { background-color: #66A800; }
a { background-color: rgb(102,168,0); }
div.DivClassName
{
background-color: #66A800;
}
.BgClassName
{
background-color: #66A800;
}
</style>
border-color css
<style>
span { border-color: #66A800; }
span { border-color: rgb(102,168,0); }
td.TdClassName
{
border-color: #66A800;
}
.TagClassName
{
border-color: #66A800;
}
</style>