Shades of Christi #5DAD18
Tints of Christi #5DAD18
RGB
CMYK
RGB Variations
Color information
#5DAD18 (or 0x5DAD18) is known color: Christi. HEX triplet: 5D, AD and 18. RGB value is (93,173,24). Sum of RGB (Red+Green+Blue) = 93+173+24=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAD18 is #A252E7. Grayscale: #848484. Windows color (decimal): -10638056 or 1617245. OLE color: 1617245.
HSL color Cylindrical-coordinate representation of color #5DAD18: hue angle of 92.21º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DAD18 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 24 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.32 |
| HSL | 92.21º | 0.76% | 0.39% | - |
| HSV(B) | 92.21º | 0.86% | 0.68% | - |
| XYZ | 19.62 | 32.28 | 6.06 | - |
| YUV | 132.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 24 | 0.46 | 0 | 0.86 | 0.32 | 92.21 | 0.76 | 0.39 |
| Hex | 5D | AD | 18 | 2E | 0 | 56 | 20 | 5C | 4C | 27 |
| Octal | 135 | 255 | 30 | 56 | 0 | 126 | 40 | 134 | 114 | 47 |
| Binary | 1011101 | 10101101 | 11000 | 101110 | 0 | 1010110 | 100000 | 1011100 | 1001100 | 100111 |
Color Harmonies of #5DAD18
Complementary color
Monochromatic Colors of #5DAD18
Black with #5DAD18
Text Example
Text Example
White with #5DAD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD18; }
p { color: rgb(93,173,24); }
H1.HeaderClassName
{
color: #5DAD18;
}
.AnyTagClassName
{
color: #5DAD18;
}
</style>
background-color css
<style>
a { background-color: #5DAD18; }
a { background-color: rgb(93,173,24); }
div.DivClassName
{
background-color: #5DAD18;
}
.BgClassName
{
background-color: #5DAD18;
}
</style>
border-color css
<style>
span { border-color: #5DAD18; }
span { border-color: rgb(93,173,24); }
td.TdClassName
{
border-color: #5DAD18;
}
.TagClassName
{
border-color: #5DAD18;
}
</style>