Shades of Christi #5DAC00
Tints of Christi #5DAC00
RGB
CMYK
RGB Variations
Color information
#5DAC00 (or 0x5DAC00) is known color: Christi. HEX triplet: 5D, AC and 00. RGB value is (93,172,0). Sum of RGB (Red+Green+Blue) = 93+172+0=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAC00 is #A253FF. Grayscale: #818181. Windows color (decimal): -10638336 or 44125. OLE color: 44125.
HSL color Cylindrical-coordinate representation of color #5DAC00: hue angle of 87.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DAC00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.33 |
| HSL | 87.56º | 1% | 0.34% | - |
| HSV(B) | 87.56º | 1% | 0.67% | - |
| XYZ | 19.27 | 31.83 | 5.13 | - |
| YUV | 128.77 | 55.33 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 0 | 0.46 | 0 | 1 | 0.33 | 87.56 | 1 | 0.34 |
| Hex | 5D | AC | 0 | 2E | 0 | 64 | 21 | 58 | 64 | 22 |
| Octal | 135 | 254 | 0 | 56 | 0 | 144 | 41 | 130 | 144 | 42 |
| Binary | 1011101 | 10101100 | 0 | 101110 | 0 | 1100100 | 100001 | 1011000 | 1100100 | 100010 |
Color Harmonies of #5DAC00
Complementary color
Monochromatic Colors of #5DAC00
Black with #5DAC00
Text Example
Text Example
White with #5DAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC00; }
p { color: rgb(93,172,0); }
H1.HeaderClassName
{
color: #5DAC00;
}
.AnyTagClassName
{
color: #5DAC00;
}
</style>
background-color css
<style>
a { background-color: #5DAC00; }
a { background-color: rgb(93,172,0); }
div.DivClassName
{
background-color: #5DAC00;
}
.BgClassName
{
background-color: #5DAC00;
}
</style>
border-color css
<style>
span { border-color: #5DAC00; }
span { border-color: rgb(93,172,0); }
td.TdClassName
{
border-color: #5DAC00;
}
.TagClassName
{
border-color: #5DAC00;
}
</style>