Shades of Christi #5CA401
Tints of Christi #5CA401
RGB
CMYK
RGB Variations
Color information
#5CA401 (or 0x5CA401) is known color: Christi. HEX triplet: 5C, A4 and 01. RGB value is (92,164,1). Sum of RGB (Red+Green+Blue) = 92+164+1=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA401 is #A35BFE. Grayscale: #7C7C7C. Windows color (decimal): -10705919 or 107612. OLE color: 107612.
HSL color Cylindrical-coordinate representation of color #5CA401: hue angle of 86.5º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CA401 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 164 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.36 |
| HSL | 86.5º | 0.99% | 0.32% | - |
| HSV(B) | 86.5º | 0.99% | 0.64% | - |
| XYZ | 17.69 | 28.83 | 4.66 | - |
| YUV | 123.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 1 | 0.44 | 0 | 0.99 | 0.36 | 86.5 | 0.99 | 0.32 |
| Hex | 5C | A4 | 1 | 2C | 0 | 63 | 24 | 57 | 63 | 20 |
| Octal | 134 | 244 | 1 | 54 | 0 | 143 | 44 | 127 | 143 | 40 |
| Binary | 1011100 | 10100100 | 1 | 101100 | 0 | 1100011 | 100100 | 1010111 | 1100011 | 100000 |
Color Harmonies of #5CA401
Complementary color
Monochromatic Colors of #5CA401
Black with #5CA401
Text Example
Text Example
White with #5CA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA401; }
p { color: rgb(92,164,1); }
H1.HeaderClassName
{
color: #5CA401;
}
.AnyTagClassName
{
color: #5CA401;
}
</style>
background-color css
<style>
a { background-color: #5CA401; }
a { background-color: rgb(92,164,1); }
div.DivClassName
{
background-color: #5CA401;
}
.BgClassName
{
background-color: #5CA401;
}
</style>
border-color css
<style>
span { border-color: #5CA401; }
span { border-color: rgb(92,164,1); }
td.TdClassName
{
border-color: #5CA401;
}
.TagClassName
{
border-color: #5CA401;
}
</style>