Shades of Christi #5DA900
Tints of Christi #5DA900
RGB
CMYK
RGB Variations
Color information
#5DA900 (or 0x5DA900) is known color: Christi. HEX triplet: 5D, A9 and 00. RGB value is (93,169,0). Sum of RGB (Red+Green+Blue) = 93+169+0=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA900 is #A256FF. Grayscale: #7F7F7F. Windows color (decimal): -10639104 or 43357. OLE color: 43357.
HSL color Cylindrical-coordinate representation of color #5DA900: hue angle of 86.98º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DA900 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.34 |
| HSL | 86.98º | 1% | 0.33% | - |
| HSV(B) | 86.98º | 1% | 0.66% | - |
| XYZ | 18.7 | 30.7 | 4.94 | - |
| YUV | 127.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 0 | 0.45 | 0 | 1 | 0.34 | 86.98 | 1 | 0.33 |
| Hex | 5D | A9 | 0 | 2D | 0 | 64 | 22 | 57 | 64 | 21 |
| Octal | 135 | 251 | 0 | 55 | 0 | 144 | 42 | 127 | 144 | 41 |
| Binary | 1011101 | 10101001 | 0 | 101101 | 0 | 1100100 | 100010 | 1010111 | 1100100 | 100001 |
Color Harmonies of #5DA900
Complementary color
Monochromatic Colors of #5DA900
Black with #5DA900
Text Example
Text Example
White with #5DA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA900; }
p { color: rgb(93,169,0); }
H1.HeaderClassName
{
color: #5DA900;
}
.AnyTagClassName
{
color: #5DA900;
}
</style>
background-color css
<style>
a { background-color: #5DA900; }
a { background-color: rgb(93,169,0); }
div.DivClassName
{
background-color: #5DA900;
}
.BgClassName
{
background-color: #5DA900;
}
</style>
border-color css
<style>
span { border-color: #5DA900; }
span { border-color: rgb(93,169,0); }
td.TdClassName
{
border-color: #5DA900;
}
.TagClassName
{
border-color: #5DA900;
}
</style>