Shades of Christi #5DAE13
Tints of Christi #5DAE13
RGB
CMYK
RGB Variations
Color information
#5DAE13 (or 0x5DAE13) is known color: Christi. HEX triplet: 5D, AE and 13. RGB value is (93,174,19). Sum of RGB (Red+Green+Blue) = 93+174+19=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAE13 is #A251EC. Grayscale: #848484. Windows color (decimal): -10637805 or 1289821. OLE color: 1289821.
HSL color Cylindrical-coordinate representation of color #5DAE13: hue angle of 91.35º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DAE13 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 19 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.32 |
| HSL | 91.35º | 0.8% | 0.38% | - |
| HSV(B) | 91.35º | 0.89% | 0.68% | - |
| XYZ | 19.77 | 32.65 | 5.88 | - |
| YUV | 132.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 19 | 0.47 | 0 | 0.89 | 0.32 | 91.35 | 0.8 | 0.38 |
| Hex | 5D | AE | 13 | 2F | 0 | 59 | 20 | 5B | 50 | 26 |
| Octal | 135 | 256 | 23 | 57 | 0 | 131 | 40 | 133 | 120 | 46 |
| Binary | 1011101 | 10101110 | 10011 | 101111 | 0 | 1011001 | 100000 | 1011011 | 1010000 | 100110 |
Color Harmonies of #5DAE13
Complementary color
Monochromatic Colors of #5DAE13
Black with #5DAE13
Text Example
Text Example
White with #5DAE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE13; }
p { color: rgb(93,174,19); }
H1.HeaderClassName
{
color: #5DAE13;
}
.AnyTagClassName
{
color: #5DAE13;
}
</style>
background-color css
<style>
a { background-color: #5DAE13; }
a { background-color: rgb(93,174,19); }
div.DivClassName
{
background-color: #5DAE13;
}
.BgClassName
{
background-color: #5DAE13;
}
</style>
border-color css
<style>
span { border-color: #5DAE13; }
span { border-color: rgb(93,174,19); }
td.TdClassName
{
border-color: #5DAE13;
}
.TagClassName
{
border-color: #5DAE13;
}
</style>