Shades of Christi #65BA19
Tints of Christi #65BA19
RGB
CMYK
RGB Variations
Color information
#65BA19 (or 0x65BA19) is known color: Christi. HEX triplet: 65, BA and 19. RGB value is (101,186,25). Sum of RGB (Red+Green+Blue) = 101+186+25=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BA19 is #9A45E6. Grayscale: #8E8E8E. Windows color (decimal): -10110439 or 1686117. OLE color: 1686117.
HSL color Cylindrical-coordinate representation of color #65BA19: hue angle of 91.68º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65BA19 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 25 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.27 |
| HSL | 91.68º | 0.76% | 0.41% | - |
| HSV(B) | 91.68º | 0.87% | 0.73% | - |
| XYZ | 23.1 | 37.95 | 7.03 | - |
| YUV | 142.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 25 | 0.46 | 0 | 0.87 | 0.27 | 91.68 | 0.76 | 0.41 |
| Hex | 65 | BA | 19 | 2E | 0 | 57 | 1B | 5C | 4C | 29 |
| Octal | 145 | 272 | 31 | 56 | 0 | 127 | 33 | 134 | 114 | 51 |
| Binary | 1100101 | 10111010 | 11001 | 101110 | 0 | 1010111 | 11011 | 1011100 | 1001100 | 101001 |
Color Harmonies of #65BA19
Complementary color
Monochromatic Colors of #65BA19
Black with #65BA19
Text Example
Text Example
White with #65BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA19; }
p { color: rgb(101,186,25); }
H1.HeaderClassName
{
color: #65BA19;
}
.AnyTagClassName
{
color: #65BA19;
}
</style>
background-color css
<style>
a { background-color: #65BA19; }
a { background-color: rgb(101,186,25); }
div.DivClassName
{
background-color: #65BA19;
}
.BgClassName
{
background-color: #65BA19;
}
</style>
border-color css
<style>
span { border-color: #65BA19; }
span { border-color: rgb(101,186,25); }
td.TdClassName
{
border-color: #65BA19;
}
.TagClassName
{
border-color: #65BA19;
}
</style>