Shades of Christi #66B42B
Tints of Christi #66B42B
RGB
CMYK
RGB Variations
Color information
#66B42B (or 0x66B42B) is known color: Christi. HEX triplet: 66, B4 and 2B. RGB value is (102,180,43). Sum of RGB (Red+Green+Blue) = 102+180+43=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #66B42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B42B is #994BD4. Grayscale: #8D8D8D. Windows color (decimal): -10046421 or 2864230. OLE color: 2864230.
HSL color Cylindrical-coordinate representation of color #66B42B: hue angle of 94.16º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66B42B is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 43 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.29 |
| HSL | 94.16º | 0.61% | 0.44% | - |
| HSV(B) | 94.16º | 0.76% | 0.71% | - |
| XYZ | 22.24 | 35.64 | 7.99 | - |
| YUV | 141.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 43 | 0.43 | 0 | 0.76 | 0.29 | 94.16 | 0.61 | 0.44 |
| Hex | 66 | B4 | 2B | 2B | 0 | 4C | 1D | 5E | 3D | 2C |
| Octal | 146 | 264 | 53 | 53 | 0 | 114 | 35 | 136 | 75 | 54 |
| Binary | 1100110 | 10110100 | 101011 | 101011 | 0 | 1001100 | 11101 | 1011110 | 111101 | 101100 |
Color Harmonies of #66B42B
Complementary color
Monochromatic Colors of #66B42B
Black with #66B42B
Text Example
Text Example
White with #66B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B42B; }
p { color: rgb(102,180,43); }
H1.HeaderClassName
{
color: #66B42B;
}
.AnyTagClassName
{
color: #66B42B;
}
</style>
background-color css
<style>
a { background-color: #66B42B; }
a { background-color: rgb(102,180,43); }
div.DivClassName
{
background-color: #66B42B;
}
.BgClassName
{
background-color: #66B42B;
}
</style>
border-color css
<style>
span { border-color: #66B42B; }
span { border-color: rgb(102,180,43); }
td.TdClassName
{
border-color: #66B42B;
}
.TagClassName
{
border-color: #66B42B;
}
</style>