Shades of Christi #5DA80A
Tints of Christi #5DA80A
RGB
CMYK
RGB Variations
Color information
#5DA80A (or 0x5DA80A) is known color: Christi. HEX triplet: 5D, A8 and 0A. RGB value is (93,168,10). Sum of RGB (Red+Green+Blue) = 93+168+10=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA80A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA80A is #A257F5. Grayscale: #808080. Windows color (decimal): -10639350 or 698461. OLE color: 698461.
HSL color Cylindrical-coordinate representation of color #5DA80A: hue angle of 88.48º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DA80A is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 10 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.34 |
| HSL | 88.48º | 0.89% | 0.35% | - |
| HSV(B) | 88.48º | 0.94% | 0.66% | - |
| XYZ | 18.57 | 30.35 | 5.17 | - |
| YUV | 127.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 10 | 0.45 | 0 | 0.94 | 0.34 | 88.48 | 0.89 | 0.35 |
| Hex | 5D | A8 | A | 2D | 0 | 5E | 22 | 58 | 59 | 23 |
| Octal | 135 | 250 | 12 | 55 | 0 | 136 | 42 | 130 | 131 | 43 |
| Binary | 1011101 | 10101000 | 1010 | 101101 | 0 | 1011110 | 100010 | 1011000 | 1011001 | 100011 |
Color Harmonies of #5DA80A
Complementary color
Monochromatic Colors of #5DA80A
Black with #5DA80A
Text Example
Text Example
White with #5DA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA80A; }
p { color: rgb(93,168,10); }
H1.HeaderClassName
{
color: #5DA80A;
}
.AnyTagClassName
{
color: #5DA80A;
}
</style>
background-color css
<style>
a { background-color: #5DA80A; }
a { background-color: rgb(93,168,10); }
div.DivClassName
{
background-color: #5DA80A;
}
.BgClassName
{
background-color: #5DA80A;
}
</style>
border-color css
<style>
span { border-color: #5DA80A; }
span { border-color: rgb(93,168,10); }
td.TdClassName
{
border-color: #5DA80A;
}
.TagClassName
{
border-color: #5DA80A;
}
</style>