Shades of Christi #65AD24
Tints of Christi #65AD24
RGB
CMYK
RGB Variations
Color information
#65AD24 (or 0x65AD24) is known color: Christi. HEX triplet: 65, AD and 24. RGB value is (101,173,36). Sum of RGB (Red+Green+Blue) = 101+173+36=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AD24 is #9A52DB. Grayscale: #888888. Windows color (decimal): -10113756 or 2403685. OLE color: 2403685.
HSL color Cylindrical-coordinate representation of color #65AD24: hue angle of 91.53º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65AD24 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 36 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.32 |
| HSL | 91.53º | 0.66% | 0.41% | - |
| HSV(B) | 91.53º | 0.79% | 0.68% | - |
| XYZ | 20.63 | 32.78 | 6.91 | - |
| YUV | 135.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 36 | 0.42 | 0 | 0.79 | 0.32 | 91.53 | 0.66 | 0.41 |
| Hex | 65 | AD | 24 | 2A | 0 | 4F | 20 | 5C | 42 | 29 |
| Octal | 145 | 255 | 44 | 52 | 0 | 117 | 40 | 134 | 102 | 51 |
| Binary | 1100101 | 10101101 | 100100 | 101010 | 0 | 1001111 | 100000 | 1011100 | 1000010 | 101001 |
Color Harmonies of #65AD24
Complementary color
Monochromatic Colors of #65AD24
Black with #65AD24
Text Example
Text Example
White with #65AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD24; }
p { color: rgb(101,173,36); }
H1.HeaderClassName
{
color: #65AD24;
}
.AnyTagClassName
{
color: #65AD24;
}
</style>
background-color css
<style>
a { background-color: #65AD24; }
a { background-color: rgb(101,173,36); }
div.DivClassName
{
background-color: #65AD24;
}
.BgClassName
{
background-color: #65AD24;
}
</style>
border-color css
<style>
span { border-color: #65AD24; }
span { border-color: rgb(101,173,36); }
td.TdClassName
{
border-color: #65AD24;
}
.TagClassName
{
border-color: #65AD24;
}
</style>