Shades of Christi #66B12E
Tints of Christi #66B12E
RGB
CMYK
RGB Variations
Color information
#66B12E (or 0x66B12E) is known color: Christi. HEX triplet: 66, B1 and 2E. RGB value is (102,177,46). Sum of RGB (Red+Green+Blue) = 102+177+46=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #66B12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B12E is #994ED1. Grayscale: #8C8C8C. Windows color (decimal): -10047186 or 3060070. OLE color: 3060070.
HSL color Cylindrical-coordinate representation of color #66B12E: hue angle of 94.35º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66B12E is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 46 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.31 |
| HSL | 94.35º | 0.59% | 0.44% | - |
| HSV(B) | 94.35º | 0.74% | 0.69% | - |
| XYZ | 21.69 | 34.47 | 8.09 | - |
| YUV | 139.64 | 75.15 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 46 | 0.42 | 0 | 0.74 | 0.31 | 94.35 | 0.59 | 0.44 |
| Hex | 66 | B1 | 2E | 2A | 0 | 4A | 1F | 5E | 3B | 2C |
| Octal | 146 | 261 | 56 | 52 | 0 | 112 | 37 | 136 | 73 | 54 |
| Binary | 1100110 | 10110001 | 101110 | 101010 | 0 | 1001010 | 11111 | 1011110 | 111011 | 101100 |
Color Harmonies of #66B12E
Complementary color
Monochromatic Colors of #66B12E
Black with #66B12E
Text Example
Text Example
White with #66B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B12E; }
p { color: rgb(102,177,46); }
H1.HeaderClassName
{
color: #66B12E;
}
.AnyTagClassName
{
color: #66B12E;
}
</style>
background-color css
<style>
a { background-color: #66B12E; }
a { background-color: rgb(102,177,46); }
div.DivClassName
{
background-color: #66B12E;
}
.BgClassName
{
background-color: #66B12E;
}
</style>
border-color css
<style>
span { border-color: #66B12E; }
span { border-color: rgb(102,177,46); }
td.TdClassName
{
border-color: #66B12E;
}
.TagClassName
{
border-color: #66B12E;
}
</style>