Shades of Christi #5DA917
Tints of Christi #5DA917
RGB
CMYK
RGB Variations
Color information
#5DA917 (or 0x5DA917) is known color: Christi. HEX triplet: 5D, A9 and 17. RGB value is (93,169,23). Sum of RGB (Red+Green+Blue) = 93+169+23=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 169 (66.41% from 255 or 59.30% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA917 is #A256E8. Grayscale: #828282. Windows color (decimal): -10639081 or 1550685. OLE color: 1550685.
HSL color Cylindrical-coordinate representation of color #5DA917: hue angle of 91.23º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DA917 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 23 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.34 |
| HSL | 91.23º | 0.76% | 0.38% | - |
| HSV(B) | 91.23º | 0.86% | 0.66% | - |
| XYZ | 18.86 | 30.76 | 5.75 | - |
| YUV | 129.63 | 67.82 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 23 | 0.45 | 0 | 0.86 | 0.34 | 91.23 | 0.76 | 0.38 |
| Hex | 5D | A9 | 17 | 2D | 0 | 56 | 22 | 5B | 4C | 26 |
| Octal | 135 | 251 | 27 | 55 | 0 | 126 | 42 | 133 | 114 | 46 |
| Binary | 1011101 | 10101001 | 10111 | 101101 | 0 | 1010110 | 100010 | 1011011 | 1001100 | 100110 |
Color Harmonies of #5DA917
Complementary color
Monochromatic Colors of #5DA917
Black with #5DA917
Text Example
Text Example
White with #5DA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA917; }
p { color: rgb(93,169,23); }
H1.HeaderClassName
{
color: #5DA917;
}
.AnyTagClassName
{
color: #5DA917;
}
</style>
background-color css
<style>
a { background-color: #5DA917; }
a { background-color: rgb(93,169,23); }
div.DivClassName
{
background-color: #5DA917;
}
.BgClassName
{
background-color: #5DA917;
}
</style>
border-color css
<style>
span { border-color: #5DA917; }
span { border-color: rgb(93,169,23); }
td.TdClassName
{
border-color: #5DA917;
}
.TagClassName
{
border-color: #5DA917;
}
</style>