Shades of Christi #5DA40A
Tints of Christi #5DA40A
RGB
CMYK
RGB Variations
Color information
#5DA40A (or 0x5DA40A) is known color: Christi. HEX triplet: 5D, A4 and 0A. RGB value is (93,164,10). Sum of RGB (Red+Green+Blue) = 93+164+10=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 164 (64.45% from 255 or 61.42% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA40A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA40A is #A25BF5. Grayscale: #7D7D7D. Windows color (decimal): -10640374 or 697437. OLE color: 697437.
HSL color Cylindrical-coordinate representation of color #5DA40A: hue angle of 87.66º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DA40A is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 10 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.36 |
| HSL | 87.66º | 0.89% | 0.34% | - |
| HSV(B) | 87.66º | 0.94% | 0.64% | - |
| XYZ | 17.84 | 28.9 | 4.92 | - |
| YUV | 125.22 | 62.98 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 10 | 0.43 | 0 | 0.94 | 0.36 | 87.66 | 0.89 | 0.34 |
| Hex | 5D | A4 | A | 2B | 0 | 5E | 24 | 58 | 59 | 22 |
| Octal | 135 | 244 | 12 | 53 | 0 | 136 | 44 | 130 | 131 | 42 |
| Binary | 1011101 | 10100100 | 1010 | 101011 | 0 | 1011110 | 100100 | 1011000 | 1011001 | 100010 |
Color Harmonies of #5DA40A
Complementary color
Monochromatic Colors of #5DA40A
Black with #5DA40A
Text Example
Text Example
White with #5DA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA40A; }
p { color: rgb(93,164,10); }
H1.HeaderClassName
{
color: #5DA40A;
}
.AnyTagClassName
{
color: #5DA40A;
}
</style>
background-color css
<style>
a { background-color: #5DA40A; }
a { background-color: rgb(93,164,10); }
div.DivClassName
{
background-color: #5DA40A;
}
.BgClassName
{
background-color: #5DA40A;
}
</style>
border-color css
<style>
span { border-color: #5DA40A; }
span { border-color: rgb(93,164,10); }
td.TdClassName
{
border-color: #5DA40A;
}
.TagClassName
{
border-color: #5DA40A;
}
</style>