Shades of Christi #5DAA0D
Tints of Christi #5DAA0D
RGB
CMYK
RGB Variations
Color information
#5DAA0D (or 0x5DAA0D) is known color: Christi. HEX triplet: 5D, AA and 0D. RGB value is (93,170,13). Sum of RGB (Red+Green+Blue) = 93+170+13=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAA0D is #A255F2. Grayscale: #818181. Windows color (decimal): -10638835 or 895581. OLE color: 895581.
HSL color Cylindrical-coordinate representation of color #5DAA0D: hue angle of 89.43º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DAA0D is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 13 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.33 |
| HSL | 89.43º | 0.86% | 0.36% | - |
| HSV(B) | 89.43º | 0.92% | 0.67% | - |
| XYZ | 18.96 | 31.11 | 5.39 | - |
| YUV | 129.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 13 | 0.45 | 0 | 0.92 | 0.33 | 89.43 | 0.86 | 0.36 |
| Hex | 5D | AA | D | 2D | 0 | 5C | 21 | 59 | 56 | 24 |
| Octal | 135 | 252 | 15 | 55 | 0 | 134 | 41 | 131 | 126 | 44 |
| Binary | 1011101 | 10101010 | 1101 | 101101 | 0 | 1011100 | 100001 | 1011001 | 1010110 | 100100 |
Color Harmonies of #5DAA0D
Complementary color
Monochromatic Colors of #5DAA0D
Black with #5DAA0D
Text Example
Text Example
White with #5DAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA0D; }
p { color: rgb(93,170,13); }
H1.HeaderClassName
{
color: #5DAA0D;
}
.AnyTagClassName
{
color: #5DAA0D;
}
</style>
background-color css
<style>
a { background-color: #5DAA0D; }
a { background-color: rgb(93,170,13); }
div.DivClassName
{
background-color: #5DAA0D;
}
.BgClassName
{
background-color: #5DAA0D;
}
</style>
border-color css
<style>
span { border-color: #5DAA0D; }
span { border-color: rgb(93,170,13); }
td.TdClassName
{
border-color: #5DAA0D;
}
.TagClassName
{
border-color: #5DAA0D;
}
</style>