Shades of Christi #65AD2A
Tints of Christi #65AD2A
RGB
CMYK
RGB Variations
Color information
#65AD2A (or 0x65AD2A) is known color: Christi. HEX triplet: 65, AD and 2A. RGB value is (101,173,42). Sum of RGB (Red+Green+Blue) = 101+173+42=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AD2A is #9A52D5. Grayscale: #888888. Windows color (decimal): -10113750 or 2796901. OLE color: 2796901.
HSL color Cylindrical-coordinate representation of color #65AD2A: hue angle of 92.98º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65AD2A is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 42 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.32 |
| HSL | 92.98º | 0.61% | 0.42% | - |
| HSV(B) | 92.98º | 0.76% | 0.68% | - |
| XYZ | 20.73 | 32.82 | 7.43 | - |
| YUV | 136.54 | 74.65 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 42 | 0.42 | 0 | 0.76 | 0.32 | 92.98 | 0.61 | 0.42 |
| Hex | 65 | AD | 2A | 2A | 0 | 4C | 20 | 5D | 3D | 2A |
| Octal | 145 | 255 | 52 | 52 | 0 | 114 | 40 | 135 | 75 | 52 |
| Binary | 1100101 | 10101101 | 101010 | 101010 | 0 | 1001100 | 100000 | 1011101 | 111101 | 101010 |
Color Harmonies of #65AD2A
Complementary color
Monochromatic Colors of #65AD2A
Black with #65AD2A
Text Example
Text Example
White with #65AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD2A; }
p { color: rgb(101,173,42); }
H1.HeaderClassName
{
color: #65AD2A;
}
.AnyTagClassName
{
color: #65AD2A;
}
</style>
background-color css
<style>
a { background-color: #65AD2A; }
a { background-color: rgb(101,173,42); }
div.DivClassName
{
background-color: #65AD2A;
}
.BgClassName
{
background-color: #65AD2A;
}
</style>
border-color css
<style>
span { border-color: #65AD2A; }
span { border-color: rgb(101,173,42); }
td.TdClassName
{
border-color: #65AD2A;
}
.TagClassName
{
border-color: #65AD2A;
}
</style>