Shades of Christi #66B811
Tints of Christi #66B811
RGB
CMYK
RGB Variations
Color information
#66B811 (or 0x66B811) is known color: Christi. HEX triplet: 66, B8 and 11. RGB value is (102,184,17). Sum of RGB (Red+Green+Blue) = 102+184+17=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #66B811 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B811 is #9947EE. Grayscale: #8D8D8D. Windows color (decimal): -10045423 or 1161318. OLE color: 1161318.
HSL color Cylindrical-coordinate representation of color #66B811: hue angle of 89.46º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66B811 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 184 | 17 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.28 |
| HSL | 89.46º | 0.83% | 0.39% | - |
| HSV(B) | 89.46º | 0.91% | 0.72% | - |
| XYZ | 22.72 | 37.15 | 6.5 | - |
| YUV | 140.44 | 58.33 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 17 | 0.45 | 0 | 0.91 | 0.28 | 89.46 | 0.83 | 0.39 |
| Hex | 66 | B8 | 11 | 2D | 0 | 5B | 1C | 59 | 53 | 27 |
| Octal | 146 | 270 | 21 | 55 | 0 | 133 | 34 | 131 | 123 | 47 |
| Binary | 1100110 | 10111000 | 10001 | 101101 | 0 | 1011011 | 11100 | 1011001 | 1010011 | 100111 |
Color Harmonies of #66B811
Complementary color
Monochromatic Colors of #66B811
Black with #66B811
Text Example
Text Example
White with #66B811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B811; }
p { color: rgb(102,184,17); }
H1.HeaderClassName
{
color: #66B811;
}
.AnyTagClassName
{
color: #66B811;
}
</style>
background-color css
<style>
a { background-color: #66B811; }
a { background-color: rgb(102,184,17); }
div.DivClassName
{
background-color: #66B811;
}
.BgClassName
{
background-color: #66B811;
}
</style>
border-color css
<style>
span { border-color: #66B811; }
span { border-color: rgb(102,184,17); }
td.TdClassName
{
border-color: #66B811;
}
.TagClassName
{
border-color: #66B811;
}
</style>