Shades of Christi #66B412
Tints of Christi #66B412
RGB
CMYK
RGB Variations
Color information
#66B412 (or 0x66B412) is known color: Christi. HEX triplet: 66, B4 and 12. RGB value is (102,180,18). Sum of RGB (Red+Green+Blue) = 102+180+18=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #66B412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B412 is #994BED. Grayscale: #8A8A8A. Windows color (decimal): -10046446 or 1225830. OLE color: 1225830.
HSL color Cylindrical-coordinate representation of color #66B412: hue angle of 88.89º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66B412 is Cyan = 0.43, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 18 | - |
| CMYK | 0.43 | 0 | 0.9 | 0.29 |
| HSL | 88.89º | 0.82% | 0.39% | - |
| HSV(B) | 88.89º | 0.9% | 0.71% | - |
| XYZ | 21.91 | 35.51 | 6.27 | - |
| YUV | 138.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 18 | 0.43 | 0 | 0.9 | 0.29 | 88.89 | 0.82 | 0.39 |
| Hex | 66 | B4 | 12 | 2B | 0 | 5A | 1D | 59 | 52 | 27 |
| Octal | 146 | 264 | 22 | 53 | 0 | 132 | 35 | 131 | 122 | 47 |
| Binary | 1100110 | 10110100 | 10010 | 101011 | 0 | 1011010 | 11101 | 1011001 | 1010010 | 100111 |
Color Harmonies of #66B412
Complementary color
Monochromatic Colors of #66B412
Black with #66B412
Text Example
Text Example
White with #66B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B412; }
p { color: rgb(102,180,18); }
H1.HeaderClassName
{
color: #66B412;
}
.AnyTagClassName
{
color: #66B412;
}
</style>
background-color css
<style>
a { background-color: #66B412; }
a { background-color: rgb(102,180,18); }
div.DivClassName
{
background-color: #66B412;
}
.BgClassName
{
background-color: #66B412;
}
</style>
border-color css
<style>
span { border-color: #66B412; }
span { border-color: rgb(102,180,18); }
td.TdClassName
{
border-color: #66B412;
}
.TagClassName
{
border-color: #66B412;
}
</style>