Shades of Christi #5DA004
Tints of Christi #5DA004
RGB
CMYK
RGB Variations
Color information
#5DA004 (or 0x5DA004) is known color: Christi. HEX triplet: 5D, A0 and 04. RGB value is (93,160,4). Sum of RGB (Red+Green+Blue) = 93+160+4=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA004 is #A25FFB. Grayscale: #7A7A7A. Windows color (decimal): -10641404 or 303197. OLE color: 303197.
HSL color Cylindrical-coordinate representation of color #5DA004: hue angle of 85.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DA004 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.37 |
| HSL | 85.77º | 0.95% | 0.32% | - |
| HSV(B) | 85.77º | 0.98% | 0.63% | - |
| XYZ | 17.11 | 27.48 | 4.52 | - |
| YUV | 122.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 4 | 0.42 | 0 | 0.98 | 0.37 | 85.77 | 0.95 | 0.32 |
| Hex | 5D | A0 | 4 | 2A | 0 | 62 | 25 | 56 | 5F | 20 |
| Octal | 135 | 240 | 4 | 52 | 0 | 142 | 45 | 126 | 137 | 40 |
| Binary | 1011101 | 10100000 | 100 | 101010 | 0 | 1100010 | 100101 | 1010110 | 1011111 | 100000 |
Color Harmonies of #5DA004
Complementary color
Monochromatic Colors of #5DA004
Black with #5DA004
Text Example
Text Example
White with #5DA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA004; }
p { color: rgb(93,160,4); }
H1.HeaderClassName
{
color: #5DA004;
}
.AnyTagClassName
{
color: #5DA004;
}
</style>
background-color css
<style>
a { background-color: #5DA004; }
a { background-color: rgb(93,160,4); }
div.DivClassName
{
background-color: #5DA004;
}
.BgClassName
{
background-color: #5DA004;
}
</style>
border-color css
<style>
span { border-color: #5DA004; }
span { border-color: rgb(93,160,4); }
td.TdClassName
{
border-color: #5DA004;
}
.TagClassName
{
border-color: #5DA004;
}
</style>