Shades of Christi #65BA06
Tints of Christi #65BA06
RGB
CMYK
RGB Variations
Color information
#65BA06 (or 0x65BA06) is known color: Christi. HEX triplet: 65, BA and 06. RGB value is (101,186,6). Sum of RGB (Red+Green+Blue) = 101+186+6=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BA06 is #9A45F9. Grayscale: #8C8C8C. Windows color (decimal): -10110458 or 440933. OLE color: 440933.
HSL color Cylindrical-coordinate representation of color #65BA06: hue angle of 88.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65BA06 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.27 |
| HSL | 88.33º | 0.94% | 0.38% | - |
| HSV(B) | 88.33º | 0.97% | 0.73% | - |
| XYZ | 22.96 | 37.9 | 6.28 | - |
| YUV | 140.07 | 52.34 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 6 | 0.46 | 0 | 0.97 | 0.27 | 88.33 | 0.94 | 0.38 |
| Hex | 65 | BA | 6 | 2E | 0 | 61 | 1B | 58 | 5E | 26 |
| Octal | 145 | 272 | 6 | 56 | 0 | 141 | 33 | 130 | 136 | 46 |
| Binary | 1100101 | 10111010 | 110 | 101110 | 0 | 1100001 | 11011 | 1011000 | 1011110 | 100110 |
Color Harmonies of #65BA06
Complementary color
Monochromatic Colors of #65BA06
Black with #65BA06
Text Example
Text Example
White with #65BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA06; }
p { color: rgb(101,186,6); }
H1.HeaderClassName
{
color: #65BA06;
}
.AnyTagClassName
{
color: #65BA06;
}
</style>
background-color css
<style>
a { background-color: #65BA06; }
a { background-color: rgb(101,186,6); }
div.DivClassName
{
background-color: #65BA06;
}
.BgClassName
{
background-color: #65BA06;
}
</style>
border-color css
<style>
span { border-color: #65BA06; }
span { border-color: rgb(101,186,6); }
td.TdClassName
{
border-color: #65BA06;
}
.TagClassName
{
border-color: #65BA06;
}
</style>