Shades of Christi #5DA801
Tints of Christi #5DA801
RGB
CMYK
RGB Variations
Color information
#5DA801 (or 0x5DA801) is known color: Christi. HEX triplet: 5D, A8 and 01. RGB value is (93,168,1). Sum of RGB (Red+Green+Blue) = 93+168+1=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 168 (66.02% from 255 or 64.12% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA801 is #A257FE. Grayscale: #7F7F7F. Windows color (decimal): -10639359 or 108637. OLE color: 108637.
HSL color Cylindrical-coordinate representation of color #5DA801: hue angle of 86.95º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DA801 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.34 |
| HSL | 86.95º | 0.99% | 0.33% | - |
| HSV(B) | 86.95º | 0.99% | 0.66% | - |
| XYZ | 18.52 | 30.33 | 4.91 | - |
| YUV | 126.54 | 57.15 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 1 | 0.45 | 0 | 0.99 | 0.34 | 86.95 | 0.99 | 0.33 |
| Hex | 5D | A8 | 1 | 2D | 0 | 63 | 22 | 57 | 63 | 21 |
| Octal | 135 | 250 | 1 | 55 | 0 | 143 | 42 | 127 | 143 | 41 |
| Binary | 1011101 | 10101000 | 1 | 101101 | 0 | 1100011 | 100010 | 1010111 | 1100011 | 100001 |
Color Harmonies of #5DA801
Complementary color
Monochromatic Colors of #5DA801
Black with #5DA801
Text Example
Text Example
White with #5DA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA801; }
p { color: rgb(93,168,1); }
H1.HeaderClassName
{
color: #5DA801;
}
.AnyTagClassName
{
color: #5DA801;
}
</style>
background-color css
<style>
a { background-color: #5DA801; }
a { background-color: rgb(93,168,1); }
div.DivClassName
{
background-color: #5DA801;
}
.BgClassName
{
background-color: #5DA801;
}
</style>
border-color css
<style>
span { border-color: #5DA801; }
span { border-color: rgb(93,168,1); }
td.TdClassName
{
border-color: #5DA801;
}
.TagClassName
{
border-color: #5DA801;
}
</style>