Shades of Christi #65AB15
Tints of Christi #65AB15
RGB
CMYK
RGB Variations
Color information
#65AB15 (or 0x65AB15) is known color: Christi. HEX triplet: 65, AB and 15. RGB value is (101,171,21). Sum of RGB (Red+Green+Blue) = 101+171+21=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65AB15 is #9A54EA. Grayscale: #858585. Windows color (decimal): -10114283 or 1420133. OLE color: 1420133.
HSL color Cylindrical-coordinate representation of color #65AB15: hue angle of 88º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65AB15 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 21 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.33 |
| HSL | 88º | 0.78% | 0.38% | - |
| HSV(B) | 88º | 0.88% | 0.67% | - |
| XYZ | 20.07 | 31.95 | 5.82 | - |
| YUV | 132.97 | 64.81 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 21 | 0.41 | 0 | 0.88 | 0.33 | 88 | 0.78 | 0.38 |
| Hex | 65 | AB | 15 | 29 | 0 | 58 | 21 | 58 | 4E | 26 |
| Octal | 145 | 253 | 25 | 51 | 0 | 130 | 41 | 130 | 116 | 46 |
| Binary | 1100101 | 10101011 | 10101 | 101001 | 0 | 1011000 | 100001 | 1011000 | 1001110 | 100110 |
Color Harmonies of #65AB15
Complementary color
Monochromatic Colors of #65AB15
Black with #65AB15
Text Example
Text Example
White with #65AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB15; }
p { color: rgb(101,171,21); }
H1.HeaderClassName
{
color: #65AB15;
}
.AnyTagClassName
{
color: #65AB15;
}
</style>
background-color css
<style>
a { background-color: #65AB15; }
a { background-color: rgb(101,171,21); }
div.DivClassName
{
background-color: #65AB15;
}
.BgClassName
{
background-color: #65AB15;
}
</style>
border-color css
<style>
span { border-color: #65AB15; }
span { border-color: rgb(101,171,21); }
td.TdClassName
{
border-color: #65AB15;
}
.TagClassName
{
border-color: #65AB15;
}
</style>