Shades of Christi #5DA610
Tints of Christi #5DA610
RGB
CMYK
RGB Variations
Color information
#5DA610 (or 0x5DA610) is known color: Christi. HEX triplet: 5D, A6 and 10. RGB value is (93,166,16). Sum of RGB (Red+Green+Blue) = 93+166+16=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA610 is #A259EF. Grayscale: #7F7F7F. Windows color (decimal): -10639856 or 1091165. OLE color: 1091165.
HSL color Cylindrical-coordinate representation of color #5DA610: hue angle of 89.2º degrees, saturation: 0.82, 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 #5DA610 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 16 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.35 |
| HSL | 89.2º | 0.82% | 0.36% | - |
| HSV(B) | 89.2º | 0.9% | 0.65% | - |
| XYZ | 18.24 | 29.64 | 5.25 | - |
| YUV | 127.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 16 | 0.44 | 0 | 0.90 | 0.35 | 89.2 | 0.82 | 0.36 |
| Hex | 5D | A6 | 10 | 2C | 0 | 5A | 23 | 59 | 52 | 24 |
| Octal | 135 | 246 | 20 | 54 | 0 | 132 | 43 | 131 | 122 | 44 |
| Binary | 1011101 | 10100110 | 10000 | 101100 | 0 | 1011010 | 100011 | 1011001 | 1010010 | 100100 |
Color Harmonies of #5DA610
Complementary color
Monochromatic Colors of #5DA610
Black with #5DA610
Text Example
Text Example
White with #5DA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA610; }
p { color: rgb(93,166,16); }
H1.HeaderClassName
{
color: #5DA610;
}
.AnyTagClassName
{
color: #5DA610;
}
</style>
background-color css
<style>
a { background-color: #5DA610; }
a { background-color: rgb(93,166,16); }
div.DivClassName
{
background-color: #5DA610;
}
.BgClassName
{
background-color: #5DA610;
}
</style>
border-color css
<style>
span { border-color: #5DA610; }
span { border-color: rgb(93,166,16); }
td.TdClassName
{
border-color: #5DA610;
}
.TagClassName
{
border-color: #5DA610;
}
</style>