Shades of Christi #65AB00
Tints of Christi #65AB00
RGB
CMYK
RGB Variations
Color information
#65AB00 (or 0x65AB00) is known color: Christi. HEX triplet: 65, AB and 00. RGB value is (101,171,0). Sum of RGB (Red+Green+Blue) = 101+171+0=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65AB00 is #9A54FF. Grayscale: #838383. Windows color (decimal): -10114304 or 43877. OLE color: 43877.
HSL color Cylindrical-coordinate representation of color #65AB00: hue angle of 84.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65AB00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.33 |
| HSL | 84.56º | 1% | 0.34% | - |
| HSV(B) | 84.56º | 1% | 0.67% | - |
| XYZ | 19.93 | 31.89 | 5.11 | - |
| YUV | 130.58 | 54.31 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 0 | 0.41 | 0 | 1 | 0.33 | 84.56 | 1 | 0.34 |
| Hex | 65 | AB | 0 | 29 | 0 | 64 | 21 | 55 | 64 | 22 |
| Octal | 145 | 253 | 0 | 51 | 0 | 144 | 41 | 125 | 144 | 42 |
| Binary | 1100101 | 10101011 | 0 | 101001 | 0 | 1100100 | 100001 | 1010101 | 1100100 | 100010 |
Color Harmonies of #65AB00
Complementary color
Monochromatic Colors of #65AB00
Black with #65AB00
Text Example
Text Example
White with #65AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB00; }
p { color: rgb(101,171,0); }
H1.HeaderClassName
{
color: #65AB00;
}
.AnyTagClassName
{
color: #65AB00;
}
</style>
background-color css
<style>
a { background-color: #65AB00; }
a { background-color: rgb(101,171,0); }
div.DivClassName
{
background-color: #65AB00;
}
.BgClassName
{
background-color: #65AB00;
}
</style>
border-color css
<style>
span { border-color: #65AB00; }
span { border-color: rgb(101,171,0); }
td.TdClassName
{
border-color: #65AB00;
}
.TagClassName
{
border-color: #65AB00;
}
</style>