Shades of Christi #66B500
Tints of Christi #66B500
RGB
CMYK
RGB Variations
Color information
#66B500 (or 0x66B500) is known color: Christi. HEX triplet: 66, B5 and 00. RGB value is (102,181,0). Sum of RGB (Red+Green+Blue) = 102+181+0=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 181 (71.09% from 255 or 63.96% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 181 - color contains mainly: green. Hex color #66B500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B500 is #994AFF. Grayscale: #898989. Windows color (decimal): -10046208 or 46438. OLE color: 46438.
HSL color Cylindrical-coordinate representation of color #66B500: hue angle of 86.19º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66B500 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 181 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.29 |
| HSL | 86.19º | 1% | 0.35% | - |
| HSV(B) | 86.19º | 1% | 0.71% | - |
| XYZ | 22 | 35.87 | 5.76 | - |
| YUV | 136.75 | 50.83 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 0 | 0.44 | 0 | 1 | 0.29 | 86.19 | 1 | 0.35 |
| Hex | 66 | B5 | 0 | 2C | 0 | 64 | 1D | 56 | 64 | 23 |
| Octal | 146 | 265 | 0 | 54 | 0 | 144 | 35 | 126 | 144 | 43 |
| Binary | 1100110 | 10110101 | 0 | 101100 | 0 | 1100100 | 11101 | 1010110 | 1100100 | 100011 |
Color Harmonies of #66B500
Complementary color
Monochromatic Colors of #66B500
Black with #66B500
Text Example
Text Example
White with #66B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B500; }
p { color: rgb(102,181,0); }
H1.HeaderClassName
{
color: #66B500;
}
.AnyTagClassName
{
color: #66B500;
}
</style>
background-color css
<style>
a { background-color: #66B500; }
a { background-color: rgb(102,181,0); }
div.DivClassName
{
background-color: #66B500;
}
.BgClassName
{
background-color: #66B500;
}
</style>
border-color css
<style>
span { border-color: #66B500; }
span { border-color: rgb(102,181,0); }
td.TdClassName
{
border-color: #66B500;
}
.TagClassName
{
border-color: #66B500;
}
</style>