Shades of Christi #65B916
Tints of Christi #65B916
RGB
CMYK
RGB Variations
Color information
#65B916 (or 0x65B916) is known color: Christi. HEX triplet: 65, B9 and 16. RGB value is (101,185,22). Sum of RGB (Red+Green+Blue) = 101+185+22=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #65B916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65B916 is #9A46E9. Grayscale: #8D8D8D. Windows color (decimal): -10110698 or 1489253. OLE color: 1489253.
HSL color Cylindrical-coordinate representation of color #65B916: hue angle of 90.92º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65B916 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 22 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.27 |
| HSL | 90.92º | 0.79% | 0.41% | - |
| HSV(B) | 90.92º | 0.88% | 0.73% | - |
| XYZ | 22.86 | 37.52 | 6.8 | - |
| YUV | 141.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 22 | 0.45 | 0 | 0.88 | 0.27 | 90.92 | 0.79 | 0.41 |
| Hex | 65 | B9 | 16 | 2D | 0 | 58 | 1B | 5B | 4F | 29 |
| Octal | 145 | 271 | 26 | 55 | 0 | 130 | 33 | 133 | 117 | 51 |
| Binary | 1100101 | 10111001 | 10110 | 101101 | 0 | 1011000 | 11011 | 1011011 | 1001111 | 101001 |
Color Harmonies of #65B916
Complementary color
Monochromatic Colors of #65B916
Black with #65B916
Text Example
Text Example
White with #65B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B916; }
p { color: rgb(101,185,22); }
H1.HeaderClassName
{
color: #65B916;
}
.AnyTagClassName
{
color: #65B916;
}
</style>
background-color css
<style>
a { background-color: #65B916; }
a { background-color: rgb(101,185,22); }
div.DivClassName
{
background-color: #65B916;
}
.BgClassName
{
background-color: #65B916;
}
</style>
border-color css
<style>
span { border-color: #65B916; }
span { border-color: rgb(101,185,22); }
td.TdClassName
{
border-color: #65B916;
}
.TagClassName
{
border-color: #65B916;
}
</style>