Shades of Christi #66B505
Tints of Christi #66B505
RGB
CMYK
RGB Variations
Color information
#66B505 (or 0x66B505) is known color: Christi. HEX triplet: 66, B5 and 05. RGB value is (102,181,5). Sum of RGB (Red+Green+Blue) = 102+181+5=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #66B505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B505 is #994AFA. Grayscale: #898989. Windows color (decimal): -10046203 or 374118. OLE color: 374118.
HSL color Cylindrical-coordinate representation of color #66B505: hue angle of 86.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66B505 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 181 | 5 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.29 |
| HSL | 86.93º | 0.95% | 0.36% | - |
| HSV(B) | 86.93º | 0.97% | 0.71% | - |
| XYZ | 22.03 | 35.88 | 5.91 | - |
| YUV | 137.32 | 53.33 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 5 | 0.44 | 0 | 0.97 | 0.29 | 86.93 | 0.95 | 0.36 |
| Hex | 66 | B5 | 5 | 2C | 0 | 61 | 1D | 57 | 5F | 24 |
| Octal | 146 | 265 | 5 | 54 | 0 | 141 | 35 | 127 | 137 | 44 |
| Binary | 1100110 | 10110101 | 101 | 101100 | 0 | 1100001 | 11101 | 1010111 | 1011111 | 100100 |
Color Harmonies of #66B505
Complementary color
Monochromatic Colors of #66B505
Black with #66B505
Text Example
Text Example
White with #66B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B505; }
p { color: rgb(102,181,5); }
H1.HeaderClassName
{
color: #66B505;
}
.AnyTagClassName
{
color: #66B505;
}
</style>
background-color css
<style>
a { background-color: #66B505; }
a { background-color: rgb(102,181,5); }
div.DivClassName
{
background-color: #66B505;
}
.BgClassName
{
background-color: #66B505;
}
</style>
border-color css
<style>
span { border-color: #66B505; }
span { border-color: rgb(102,181,5); }
td.TdClassName
{
border-color: #66B505;
}
.TagClassName
{
border-color: #66B505;
}
</style>