Shades of Christi #5DAB16
Tints of Christi #5DAB16
RGB
CMYK
RGB Variations
Color information
#5DAB16 (or 0x5DAB16) is known color: Christi. HEX triplet: 5D, AB and 16. RGB value is (93,171,22). Sum of RGB (Red+Green+Blue) = 93+171+22=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAB16 is #A254E9. Grayscale: #838383. Windows color (decimal): -10638570 or 1485661. OLE color: 1485661.
HSL color Cylindrical-coordinate representation of color #5DAB16: hue angle of 91.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DAB16 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 22 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.33 |
| HSL | 91.41º | 0.77% | 0.38% | - |
| HSV(B) | 91.41º | 0.87% | 0.67% | - |
| XYZ | 19.22 | 31.51 | 5.83 | - |
| YUV | 130.69 | 66.66 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 22 | 0.46 | 0 | 0.87 | 0.33 | 91.41 | 0.77 | 0.38 |
| Hex | 5D | AB | 16 | 2E | 0 | 57 | 21 | 5B | 4D | 26 |
| Octal | 135 | 253 | 26 | 56 | 0 | 127 | 41 | 133 | 115 | 46 |
| Binary | 1011101 | 10101011 | 10110 | 101110 | 0 | 1010111 | 100001 | 1011011 | 1001101 | 100110 |
Color Harmonies of #5DAB16
Complementary color
Monochromatic Colors of #5DAB16
Black with #5DAB16
Text Example
Text Example
White with #5DAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB16; }
p { color: rgb(93,171,22); }
H1.HeaderClassName
{
color: #5DAB16;
}
.AnyTagClassName
{
color: #5DAB16;
}
</style>
background-color css
<style>
a { background-color: #5DAB16; }
a { background-color: rgb(93,171,22); }
div.DivClassName
{
background-color: #5DAB16;
}
.BgClassName
{
background-color: #5DAB16;
}
</style>
border-color css
<style>
span { border-color: #5DAB16; }
span { border-color: rgb(93,171,22); }
td.TdClassName
{
border-color: #5DAB16;
}
.TagClassName
{
border-color: #5DAB16;
}
</style>