Shades of Christi #5DA509
Tints of Christi #5DA509
RGB
CMYK
RGB Variations
Color information
#5DA509 (or 0x5DA509) is known color: Christi. HEX triplet: 5D, A5 and 09. RGB value is (93,165,9). Sum of RGB (Red+Green+Blue) = 93+165+9=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 165 (64.84% from 255 or 61.80% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA509 is #A25AF6. Grayscale: #7E7E7E. Windows color (decimal): -10640119 or 632157. OLE color: 632157.
HSL color Cylindrical-coordinate representation of color #5DA509: hue angle of 87.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DA509 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 165 | 9 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.35 |
| HSL | 87.69º | 0.9% | 0.34% | - |
| HSV(B) | 87.69º | 0.95% | 0.65% | - |
| XYZ | 18.02 | 29.26 | 4.96 | - |
| YUV | 125.69 | 62.15 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 9 | 0.44 | 0 | 0.95 | 0.35 | 87.69 | 0.9 | 0.34 |
| Hex | 5D | A5 | 9 | 2C | 0 | 5F | 23 | 58 | 5A | 22 |
| Octal | 135 | 245 | 11 | 54 | 0 | 137 | 43 | 130 | 132 | 42 |
| Binary | 1011101 | 10100101 | 1001 | 101100 | 0 | 1011111 | 100011 | 1011000 | 1011010 | 100010 |
Color Harmonies of #5DA509
Complementary color
Monochromatic Colors of #5DA509
Black with #5DA509
Text Example
Text Example
White with #5DA509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA509; }
p { color: rgb(93,165,9); }
H1.HeaderClassName
{
color: #5DA509;
}
.AnyTagClassName
{
color: #5DA509;
}
</style>
background-color css
<style>
a { background-color: #5DA509; }
a { background-color: rgb(93,165,9); }
div.DivClassName
{
background-color: #5DA509;
}
.BgClassName
{
background-color: #5DA509;
}
</style>
border-color css
<style>
span { border-color: #5DA509; }
span { border-color: rgb(93,165,9); }
td.TdClassName
{
border-color: #5DA509;
}
.TagClassName
{
border-color: #5DA509;
}
</style>