Shades of Christi #65A51E
Tints of Christi #65A51E
RGB
CMYK
RGB Variations
Color information
#65A51E (or 0x65A51E) is known color: Christi. HEX triplet: 65, A5 and 1E. RGB value is (101,165,30). Sum of RGB (Red+Green+Blue) = 101+165+30=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #65A51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A51E is #9A5AE1. Grayscale: #828282. Windows color (decimal): -10115810 or 2008421. OLE color: 2008421.
HSL color Cylindrical-coordinate representation of color #65A51E: hue angle of 88.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65A51E is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 165 | 30 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.35 |
| HSL | 88.44º | 0.69% | 0.38% | - |
| HSV(B) | 88.44º | 0.82% | 0.65% | - |
| XYZ | 19.06 | 29.77 | 5.97 | - |
| YUV | 130.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 165 | 30 | 0.39 | 0 | 0.82 | 0.35 | 88.44 | 0.69 | 0.38 |
| Hex | 65 | A5 | 1E | 27 | 0 | 52 | 23 | 58 | 45 | 26 |
| Octal | 145 | 245 | 36 | 47 | 0 | 122 | 43 | 130 | 105 | 46 |
| Binary | 1100101 | 10100101 | 11110 | 100111 | 0 | 1010010 | 100011 | 1011000 | 1000101 | 100110 |
Color Harmonies of #65A51E
Complementary color
Monochromatic Colors of #65A51E
Black with #65A51E
Text Example
Text Example
White with #65A51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A51E; }
p { color: rgb(101,165,30); }
H1.HeaderClassName
{
color: #65A51E;
}
.AnyTagClassName
{
color: #65A51E;
}
</style>
background-color css
<style>
a { background-color: #65A51E; }
a { background-color: rgb(101,165,30); }
div.DivClassName
{
background-color: #65A51E;
}
.BgClassName
{
background-color: #65A51E;
}
</style>
border-color css
<style>
span { border-color: #65A51E; }
span { border-color: rgb(101,165,30); }
td.TdClassName
{
border-color: #65A51E;
}
.TagClassName
{
border-color: #65A51E;
}
</style>