Shades of Christi #5DA00A
Tints of Christi #5DA00A
RGB
CMYK
RGB Variations
Color information
#5DA00A (or 0x5DA00A) is known color: Christi. HEX triplet: 5D, A0 and 0A. RGB value is (93,160,10). Sum of RGB (Red+Green+Blue) = 93+160+10=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA00A is #A25FF5. Grayscale: #7B7B7B. Windows color (decimal): -10641398 or 696413. OLE color: 696413.
HSL color Cylindrical-coordinate representation of color #5DA00A: hue angle of 86.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DA00A is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 10 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.37 |
| HSL | 86.8º | 0.88% | 0.33% | - |
| HSV(B) | 86.8º | 0.94% | 0.63% | - |
| XYZ | 17.14 | 27.49 | 4.69 | - |
| YUV | 122.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 10 | 0.42 | 0 | 0.94 | 0.37 | 86.8 | 0.88 | 0.33 |
| Hex | 5D | A0 | A | 2A | 0 | 5E | 25 | 57 | 58 | 21 |
| Octal | 135 | 240 | 12 | 52 | 0 | 136 | 45 | 127 | 130 | 41 |
| Binary | 1011101 | 10100000 | 1010 | 101010 | 0 | 1011110 | 100101 | 1010111 | 1011000 | 100001 |
Color Harmonies of #5DA00A
Complementary color
Monochromatic Colors of #5DA00A
Black with #5DA00A
Text Example
Text Example
White with #5DA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA00A; }
p { color: rgb(93,160,10); }
H1.HeaderClassName
{
color: #5DA00A;
}
.AnyTagClassName
{
color: #5DA00A;
}
</style>
background-color css
<style>
a { background-color: #5DA00A; }
a { background-color: rgb(93,160,10); }
div.DivClassName
{
background-color: #5DA00A;
}
.BgClassName
{
background-color: #5DA00A;
}
</style>
border-color css
<style>
span { border-color: #5DA00A; }
span { border-color: rgb(93,160,10); }
td.TdClassName
{
border-color: #5DA00A;
}
.TagClassName
{
border-color: #5DA00A;
}
</style>