Shades of Christi #65B011
Tints of Christi #65B011
RGB
CMYK
RGB Variations
Color information
#65B011 (or 0x65B011) is known color: Christi. HEX triplet: 65, B0 and 11. RGB value is (101,176,17). Sum of RGB (Red+Green+Blue) = 101+176+17=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #65B011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65B011 is #9A4FEE. Grayscale: #888888. Windows color (decimal): -10113007 or 1159269. OLE color: 1159269.
HSL color Cylindrical-coordinate representation of color #65B011: hue angle of 88.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65B011 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 17 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.31 |
| HSL | 88.3º | 0.82% | 0.38% | - |
| HSV(B) | 88.3º | 0.9% | 0.69% | - |
| XYZ | 20.99 | 33.86 | 5.96 | - |
| YUV | 135.45 | 61.15 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 17 | 0.43 | 0 | 0.90 | 0.31 | 88.3 | 0.82 | 0.38 |
| Hex | 65 | B0 | 11 | 2B | 0 | 5A | 1F | 58 | 52 | 26 |
| Octal | 145 | 260 | 21 | 53 | 0 | 132 | 37 | 130 | 122 | 46 |
| Binary | 1100101 | 10110000 | 10001 | 101011 | 0 | 1011010 | 11111 | 1011000 | 1010010 | 100110 |
Color Harmonies of #65B011
Complementary color
Monochromatic Colors of #65B011
Black with #65B011
Text Example
Text Example
White with #65B011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B011; }
p { color: rgb(101,176,17); }
H1.HeaderClassName
{
color: #65B011;
}
.AnyTagClassName
{
color: #65B011;
}
</style>
background-color css
<style>
a { background-color: #65B011; }
a { background-color: rgb(101,176,17); }
div.DivClassName
{
background-color: #65B011;
}
.BgClassName
{
background-color: #65B011;
}
</style>
border-color css
<style>
span { border-color: #65B011; }
span { border-color: rgb(101,176,17); }
td.TdClassName
{
border-color: #65B011;
}
.TagClassName
{
border-color: #65B011;
}
</style>