Shades of Christi #5DA710
Tints of Christi #5DA710
RGB
CMYK
RGB Variations
Color information
#5DA710 (or 0x5DA710) is known color: Christi. HEX triplet: 5D, A7 and 10. RGB value is (93,167,16). Sum of RGB (Red+Green+Blue) = 93+167+16=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 167 (65.62% from 255 or 60.51% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA710 is #A258EF. Grayscale: #808080. Windows color (decimal): -10639600 or 1091421. OLE color: 1091421.
HSL color Cylindrical-coordinate representation of color #5DA710: hue angle of 89.4º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DA710 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 167 | 16 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.35 |
| HSL | 89.4º | 0.83% | 0.36% | - |
| HSV(B) | 89.4º | 0.9% | 0.65% | - |
| XYZ | 18.43 | 30 | 5.31 | - |
| YUV | 127.66 | 64.98 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 167 | 16 | 0.44 | 0 | 0.90 | 0.35 | 89.4 | 0.83 | 0.36 |
| Hex | 5D | A7 | 10 | 2C | 0 | 5A | 23 | 59 | 53 | 24 |
| Octal | 135 | 247 | 20 | 54 | 0 | 132 | 43 | 131 | 123 | 44 |
| Binary | 1011101 | 10100111 | 10000 | 101100 | 0 | 1011010 | 100011 | 1011001 | 1010011 | 100100 |
Color Harmonies of #5DA710
Complementary color
Monochromatic Colors of #5DA710
Black with #5DA710
Text Example
Text Example
White with #5DA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA710; }
p { color: rgb(93,167,16); }
H1.HeaderClassName
{
color: #5DA710;
}
.AnyTagClassName
{
color: #5DA710;
}
</style>
background-color css
<style>
a { background-color: #5DA710; }
a { background-color: rgb(93,167,16); }
div.DivClassName
{
background-color: #5DA710;
}
.BgClassName
{
background-color: #5DA710;
}
</style>
border-color css
<style>
span { border-color: #5DA710; }
span { border-color: rgb(93,167,16); }
td.TdClassName
{
border-color: #5DA710;
}
.TagClassName
{
border-color: #5DA710;
}
</style>