Shades of Christi #65A804
Tints of Christi #65A804
RGB
CMYK
RGB Variations
Color information
#65A804 (or 0x65A804) is known color: Christi. HEX triplet: 65, A8 and 04. RGB value is (101,168,4). Sum of RGB (Red+Green+Blue) = 101+168+4=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #65A804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A804 is #9A57FB. Grayscale: #818181. Windows color (decimal): -10115068 or 305253. OLE color: 305253.
HSL color Cylindrical-coordinate representation of color #65A804: hue angle of 84.51º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65A804 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 168 | 4 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.34 |
| HSL | 84.51º | 0.95% | 0.34% | - |
| HSV(B) | 84.51º | 0.98% | 0.66% | - |
| XYZ | 19.39 | 30.78 | 5.03 | - |
| YUV | 129.27 | 57.3 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 4 | 0.40 | 0 | 0.98 | 0.34 | 84.51 | 0.95 | 0.34 |
| Hex | 65 | A8 | 4 | 28 | 0 | 62 | 22 | 55 | 5F | 22 |
| Octal | 145 | 250 | 4 | 50 | 0 | 142 | 42 | 125 | 137 | 42 |
| Binary | 1100101 | 10101000 | 100 | 101000 | 0 | 1100010 | 100010 | 1010101 | 1011111 | 100010 |
Color Harmonies of #65A804
Complementary color
Monochromatic Colors of #65A804
Black with #65A804
Text Example
Text Example
White with #65A804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A804; }
p { color: rgb(101,168,4); }
H1.HeaderClassName
{
color: #65A804;
}
.AnyTagClassName
{
color: #65A804;
}
</style>
background-color css
<style>
a { background-color: #65A804; }
a { background-color: rgb(101,168,4); }
div.DivClassName
{
background-color: #65A804;
}
.BgClassName
{
background-color: #65A804;
}
</style>
border-color css
<style>
span { border-color: #65A804; }
span { border-color: rgb(101,168,4); }
td.TdClassName
{
border-color: #65A804;
}
.TagClassName
{
border-color: #65A804;
}
</style>