Shades of Christi #65AB19
Tints of Christi #65AB19
RGB
CMYK
RGB Variations
Color information
#65AB19 (or 0x65AB19) is known color: Christi. HEX triplet: 65, AB and 19. RGB value is (101,171,25). Sum of RGB (Red+Green+Blue) = 101+171+25=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65AB19 is #9A54E6. Grayscale: #858585. Windows color (decimal): -10114279 or 1682277. OLE color: 1682277.
HSL color Cylindrical-coordinate representation of color #65AB19: hue angle of 88.77º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65AB19 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 25 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.33 |
| HSL | 88.77º | 0.74% | 0.38% | - |
| HSV(B) | 88.77º | 0.85% | 0.67% | - |
| XYZ | 20.11 | 31.96 | 6.03 | - |
| YUV | 133.43 | 66.81 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 25 | 0.41 | 0 | 0.85 | 0.33 | 88.77 | 0.74 | 0.38 |
| Hex | 65 | AB | 19 | 29 | 0 | 55 | 21 | 59 | 4A | 26 |
| Octal | 145 | 253 | 31 | 51 | 0 | 125 | 41 | 131 | 112 | 46 |
| Binary | 1100101 | 10101011 | 11001 | 101001 | 0 | 1010101 | 100001 | 1011001 | 1001010 | 100110 |
Color Harmonies of #65AB19
Complementary color
Monochromatic Colors of #65AB19
Black with #65AB19
Text Example
Text Example
White with #65AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB19; }
p { color: rgb(101,171,25); }
H1.HeaderClassName
{
color: #65AB19;
}
.AnyTagClassName
{
color: #65AB19;
}
</style>
background-color css
<style>
a { background-color: #65AB19; }
a { background-color: rgb(101,171,25); }
div.DivClassName
{
background-color: #65AB19;
}
.BgClassName
{
background-color: #65AB19;
}
</style>
border-color css
<style>
span { border-color: #65AB19; }
span { border-color: rgb(101,171,25); }
td.TdClassName
{
border-color: #65AB19;
}
.TagClassName
{
border-color: #65AB19;
}
</style>