Shades of Christi #65BA04
Tints of Christi #65BA04
RGB
CMYK
RGB Variations
Color information
#65BA04 (or 0x65BA04) is known color: Christi. HEX triplet: 65, BA and 04. RGB value is (101,186,4). Sum of RGB (Red+Green+Blue) = 101+186+4=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BA04 is #9A45FB. Grayscale: #8C8C8C. Windows color (decimal): -10110460 or 309861. OLE color: 309861.
HSL color Cylindrical-coordinate representation of color #65BA04: hue angle of 88.02º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65BA04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.27 |
| HSL | 88.02º | 0.96% | 0.37% | - |
| HSV(B) | 88.02º | 0.98% | 0.73% | - |
| XYZ | 22.95 | 37.89 | 6.22 | - |
| YUV | 139.84 | 51.34 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 4 | 0.46 | 0 | 0.98 | 0.27 | 88.02 | 0.96 | 0.37 |
| Hex | 65 | BA | 4 | 2E | 0 | 62 | 1B | 58 | 60 | 25 |
| Octal | 145 | 272 | 4 | 56 | 0 | 142 | 33 | 130 | 140 | 45 |
| Binary | 1100101 | 10111010 | 100 | 101110 | 0 | 1100010 | 11011 | 1011000 | 1100000 | 100101 |
Color Harmonies of #65BA04
Complementary color
Monochromatic Colors of #65BA04
Black with #65BA04
Text Example
Text Example
White with #65BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA04; }
p { color: rgb(101,186,4); }
H1.HeaderClassName
{
color: #65BA04;
}
.AnyTagClassName
{
color: #65BA04;
}
</style>
background-color css
<style>
a { background-color: #65BA04; }
a { background-color: rgb(101,186,4); }
div.DivClassName
{
background-color: #65BA04;
}
.BgClassName
{
background-color: #65BA04;
}
</style>
border-color css
<style>
span { border-color: #65BA04; }
span { border-color: rgb(101,186,4); }
td.TdClassName
{
border-color: #65BA04;
}
.TagClassName
{
border-color: #65BA04;
}
</style>