Shades of Christi #5DAD0D
Tints of Christi #5DAD0D
RGB
CMYK
RGB Variations
Color information
#5DAD0D (or 0x5DAD0D) is known color: Christi. HEX triplet: 5D, AD and 0D. RGB value is (93,173,13). Sum of RGB (Red+Green+Blue) = 93+173+13=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAD0D is #A252F2. Grayscale: #838383. Windows color (decimal): -10638067 or 896349. OLE color: 896349.
HSL color Cylindrical-coordinate representation of color #5DAD0D: hue angle of 90º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DAD0D is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 13 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.32 |
| HSL | 90º | 0.86% | 0.36% | - |
| HSV(B) | 90º | 0.92% | 0.68% | - |
| XYZ | 19.53 | 32.24 | 5.58 | - |
| YUV | 130.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 13 | 0.46 | 0 | 0.92 | 0.32 | 90 | 0.86 | 0.36 |
| Hex | 5D | AD | D | 2E | 0 | 5C | 20 | 5A | 56 | 24 |
| Octal | 135 | 255 | 15 | 56 | 0 | 134 | 40 | 132 | 126 | 44 |
| Binary | 1011101 | 10101101 | 1101 | 101110 | 0 | 1011100 | 100000 | 1011010 | 1010110 | 100100 |
Color Harmonies of #5DAD0D
Complementary color
Monochromatic Colors of #5DAD0D
Black with #5DAD0D
Text Example
Text Example
White with #5DAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD0D; }
p { color: rgb(93,173,13); }
H1.HeaderClassName
{
color: #5DAD0D;
}
.AnyTagClassName
{
color: #5DAD0D;
}
</style>
background-color css
<style>
a { background-color: #5DAD0D; }
a { background-color: rgb(93,173,13); }
div.DivClassName
{
background-color: #5DAD0D;
}
.BgClassName
{
background-color: #5DAD0D;
}
</style>
border-color css
<style>
span { border-color: #5DAD0D; }
span { border-color: rgb(93,173,13); }
td.TdClassName
{
border-color: #5DAD0D;
}
.TagClassName
{
border-color: #5DAD0D;
}
</style>