Shades of Christi #66B52D
Tints of Christi #66B52D
RGB
CMYK
RGB Variations
Color information
#66B52D (or 0x66B52D) is known color: Christi. HEX triplet: 66, B5 and 2D. RGB value is (102,181,45). Sum of RGB (Red+Green+Blue) = 102+181+45=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #66B52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B52D is #994AD2. Grayscale: #8E8E8E. Windows color (decimal): -10046163 or 2995558. OLE color: 2995558.
HSL color Cylindrical-coordinate representation of color #66B52D: hue angle of 94.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66B52D is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 181 | 45 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.29 |
| HSL | 94.85º | 0.6% | 0.44% | - |
| HSV(B) | 94.85º | 0.75% | 0.71% | - |
| XYZ | 22.48 | 36.06 | 8.26 | - |
| YUV | 141.88 | 73.33 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 45 | 0.44 | 0 | 0.75 | 0.29 | 94.85 | 0.6 | 0.44 |
| Hex | 66 | B5 | 2D | 2C | 0 | 4B | 1D | 5F | 3C | 2C |
| Octal | 146 | 265 | 55 | 54 | 0 | 113 | 35 | 137 | 74 | 54 |
| Binary | 1100110 | 10110101 | 101101 | 101100 | 0 | 1001011 | 11101 | 1011111 | 111100 | 101100 |
Color Harmonies of #66B52D
Complementary color
Monochromatic Colors of #66B52D
Black with #66B52D
Text Example
Text Example
White with #66B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B52D; }
p { color: rgb(102,181,45); }
H1.HeaderClassName
{
color: #66B52D;
}
.AnyTagClassName
{
color: #66B52D;
}
</style>
background-color css
<style>
a { background-color: #66B52D; }
a { background-color: rgb(102,181,45); }
div.DivClassName
{
background-color: #66B52D;
}
.BgClassName
{
background-color: #66B52D;
}
</style>
border-color css
<style>
span { border-color: #66B52D; }
span { border-color: rgb(102,181,45); }
td.TdClassName
{
border-color: #66B52D;
}
.TagClassName
{
border-color: #66B52D;
}
</style>