Shades of Christi #65B911
Tints of Christi #65B911
RGB
CMYK
RGB Variations
Color information
#65B911 (or 0x65B911) is known color: Christi. HEX triplet: 65, B9 and 11. RGB value is (101,185,17). Sum of RGB (Red+Green+Blue) = 101+185+17=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #65B911 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65B911 is #9A46EE. Grayscale: #8D8D8D. Windows color (decimal): -10110703 or 1161573. OLE color: 1161573.
HSL color Cylindrical-coordinate representation of color #65B911: hue angle of 90º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65B911 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 17 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.27 |
| HSL | 90º | 0.83% | 0.4% | - |
| HSV(B) | 90º | 0.91% | 0.73% | - |
| XYZ | 22.82 | 37.51 | 6.57 | - |
| YUV | 140.73 | 58.17 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 17 | 0.45 | 0 | 0.91 | 0.27 | 90 | 0.83 | 0.4 |
| Hex | 65 | B9 | 11 | 2D | 0 | 5B | 1B | 5A | 53 | 28 |
| Octal | 145 | 271 | 21 | 55 | 0 | 133 | 33 | 132 | 123 | 50 |
| Binary | 1100101 | 10111001 | 10001 | 101101 | 0 | 1011011 | 11011 | 1011010 | 1010011 | 101000 |
Color Harmonies of #65B911
Complementary color
Monochromatic Colors of #65B911
Black with #65B911
Text Example
Text Example
White with #65B911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B911; }
p { color: rgb(101,185,17); }
H1.HeaderClassName
{
color: #65B911;
}
.AnyTagClassName
{
color: #65B911;
}
</style>
background-color css
<style>
a { background-color: #65B911; }
a { background-color: rgb(101,185,17); }
div.DivClassName
{
background-color: #65B911;
}
.BgClassName
{
background-color: #65B911;
}
</style>
border-color css
<style>
span { border-color: #65B911; }
span { border-color: rgb(101,185,17); }
td.TdClassName
{
border-color: #65B911;
}
.TagClassName
{
border-color: #65B911;
}
</style>