Shades of Christi #5DA412
Tints of Christi #5DA412
RGB
CMYK
RGB Variations
Color information
#5DA412 (or 0x5DA412) is known color: Christi. HEX triplet: 5D, A4 and 12. RGB value is (93,164,18). Sum of RGB (Red+Green+Blue) = 93+164+18=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA412 is #A25BED. Grayscale: #7E7E7E. Windows color (decimal): -10640366 or 1221725. OLE color: 1221725.
HSL color Cylindrical-coordinate representation of color #5DA412: hue angle of 89.18º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DA412 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 18 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.36 |
| HSL | 89.18º | 0.8% | 0.36% | - |
| HSV(B) | 89.18º | 0.89% | 0.64% | - |
| XYZ | 17.9 | 28.92 | 5.21 | - |
| YUV | 126.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 18 | 0.43 | 0 | 0.89 | 0.36 | 89.18 | 0.8 | 0.36 |
| Hex | 5D | A4 | 12 | 2B | 0 | 59 | 24 | 59 | 50 | 24 |
| Octal | 135 | 244 | 22 | 53 | 0 | 131 | 44 | 131 | 120 | 44 |
| Binary | 1011101 | 10100100 | 10010 | 101011 | 0 | 1011001 | 100100 | 1011001 | 1010000 | 100100 |
Color Harmonies of #5DA412
Complementary color
Monochromatic Colors of #5DA412
Black with #5DA412
Text Example
Text Example
White with #5DA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA412; }
p { color: rgb(93,164,18); }
H1.HeaderClassName
{
color: #5DA412;
}
.AnyTagClassName
{
color: #5DA412;
}
</style>
background-color css
<style>
a { background-color: #5DA412; }
a { background-color: rgb(93,164,18); }
div.DivClassName
{
background-color: #5DA412;
}
.BgClassName
{
background-color: #5DA412;
}
</style>
border-color css
<style>
span { border-color: #5DA412; }
span { border-color: rgb(93,164,18); }
td.TdClassName
{
border-color: #5DA412;
}
.TagClassName
{
border-color: #5DA412;
}
</style>