Shades of Christi #65B210
Tints of Christi #65B210
RGB
CMYK
RGB Variations
Color information
#65B210 (or 0x65B210) is known color: Christi. HEX triplet: 65, B2 and 10. RGB value is (101,178,16). Sum of RGB (Red+Green+Blue) = 101+178+16=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #65B210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65B210 is #9A4DEF. Grayscale: #898989. Windows color (decimal): -10112496 or 1094245. OLE color: 1094245.
HSL color Cylindrical-coordinate representation of color #65B210: hue angle of 88.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65B210 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 16 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.30 |
| HSL | 88.52º | 0.84% | 0.38% | - |
| HSV(B) | 88.52º | 0.91% | 0.7% | - |
| XYZ | 21.38 | 34.64 | 6.05 | - |
| YUV | 136.51 | 59.99 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 16 | 0.43 | 0 | 0.91 | 0.30 | 88.52 | 0.84 | 0.38 |
| Hex | 65 | B2 | 10 | 2B | 0 | 5B | 1E | 59 | 54 | 26 |
| Octal | 145 | 262 | 20 | 53 | 0 | 133 | 36 | 131 | 124 | 46 |
| Binary | 1100101 | 10110010 | 10000 | 101011 | 0 | 1011011 | 11110 | 1011001 | 1010100 | 100110 |
Color Harmonies of #65B210
Complementary color
Monochromatic Colors of #65B210
Black with #65B210
Text Example
Text Example
White with #65B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B210; }
p { color: rgb(101,178,16); }
H1.HeaderClassName
{
color: #65B210;
}
.AnyTagClassName
{
color: #65B210;
}
</style>
background-color css
<style>
a { background-color: #65B210; }
a { background-color: rgb(101,178,16); }
div.DivClassName
{
background-color: #65B210;
}
.BgClassName
{
background-color: #65B210;
}
</style>
border-color css
<style>
span { border-color: #65B210; }
span { border-color: rgb(101,178,16); }
td.TdClassName
{
border-color: #65B210;
}
.TagClassName
{
border-color: #65B210;
}
</style>