Shades of Christi #5DA001
Tints of Christi #5DA001
RGB
CMYK
RGB Variations
Color information
#5DA001 (or 0x5DA001) is known color: Christi. HEX triplet: 5D, A0 and 01. RGB value is (93,160,1). Sum of RGB (Red+Green+Blue) = 93+160+1=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA001 is #A25FFE. Grayscale: #7A7A7A. Windows color (decimal): -10641407 or 106589. OLE color: 106589.
HSL color Cylindrical-coordinate representation of color #5DA001: hue angle of 85.28º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DA001 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.37 |
| HSL | 85.28º | 0.99% | 0.32% | - |
| HSV(B) | 85.28º | 0.99% | 0.63% | - |
| XYZ | 17.09 | 27.47 | 4.43 | - |
| YUV | 121.84 | 59.8 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 1 | 0.42 | 0 | 0.99 | 0.37 | 85.28 | 0.99 | 0.32 |
| Hex | 5D | A0 | 1 | 2A | 0 | 63 | 25 | 55 | 63 | 20 |
| Octal | 135 | 240 | 1 | 52 | 0 | 143 | 45 | 125 | 143 | 40 |
| Binary | 1011101 | 10100000 | 1 | 101010 | 0 | 1100011 | 100101 | 1010101 | 1100011 | 100000 |
Color Harmonies of #5DA001
Complementary color
Monochromatic Colors of #5DA001
Black with #5DA001
Text Example
Text Example
White with #5DA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA001; }
p { color: rgb(93,160,1); }
H1.HeaderClassName
{
color: #5DA001;
}
.AnyTagClassName
{
color: #5DA001;
}
</style>
background-color css
<style>
a { background-color: #5DA001; }
a { background-color: rgb(93,160,1); }
div.DivClassName
{
background-color: #5DA001;
}
.BgClassName
{
background-color: #5DA001;
}
</style>
border-color css
<style>
span { border-color: #5DA001; }
span { border-color: rgb(93,160,1); }
td.TdClassName
{
border-color: #5DA001;
}
.TagClassName
{
border-color: #5DA001;
}
</style>