Shades of Christi #5DA904
Tints of Christi #5DA904
RGB
CMYK
RGB Variations
Color information
#5DA904 (or 0x5DA904) is known color: Christi. HEX triplet: 5D, A9 and 04. RGB value is (93,169,4). Sum of RGB (Red+Green+Blue) = 93+169+4=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 169 (66.41% from 255 or 63.53% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA904 is #A256FB. Grayscale: #808080. Windows color (decimal): -10639100 or 305501. OLE color: 305501.
HSL color Cylindrical-coordinate representation of color #5DA904: hue angle of 87.64º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DA904 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.34 |
| HSL | 87.64º | 0.95% | 0.34% | - |
| HSV(B) | 87.64º | 0.98% | 0.66% | - |
| XYZ | 18.72 | 30.71 | 5.06 | - |
| YUV | 127.47 | 58.32 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 4 | 0.45 | 0 | 0.98 | 0.34 | 87.64 | 0.95 | 0.34 |
| Hex | 5D | A9 | 4 | 2D | 0 | 62 | 22 | 58 | 5F | 22 |
| Octal | 135 | 251 | 4 | 55 | 0 | 142 | 42 | 130 | 137 | 42 |
| Binary | 1011101 | 10101001 | 100 | 101101 | 0 | 1100010 | 100010 | 1011000 | 1011111 | 100010 |
Color Harmonies of #5DA904
Complementary color
Monochromatic Colors of #5DA904
Black with #5DA904
Text Example
Text Example
White with #5DA904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA904; }
p { color: rgb(93,169,4); }
H1.HeaderClassName
{
color: #5DA904;
}
.AnyTagClassName
{
color: #5DA904;
}
</style>
background-color css
<style>
a { background-color: #5DA904; }
a { background-color: rgb(93,169,4); }
div.DivClassName
{
background-color: #5DA904;
}
.BgClassName
{
background-color: #5DA904;
}
</style>
border-color css
<style>
span { border-color: #5DA904; }
span { border-color: rgb(93,169,4); }
td.TdClassName
{
border-color: #5DA904;
}
.TagClassName
{
border-color: #5DA904;
}
</style>