Shades of Christi #5CA40C
Tints of Christi #5CA40C
RGB
CMYK
RGB Variations
Color information
#5CA40C (or 0x5CA40C) is known color: Christi. HEX triplet: 5C, A4 and 0C. RGB value is (92,164,12). Sum of RGB (Red+Green+Blue) = 92+164+12=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 164 (64.45% from 255 or 61.19% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA40C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA40C is #A35BF3. Grayscale: #7D7D7D. Windows color (decimal): -10705908 or 828508. OLE color: 828508.
HSL color Cylindrical-coordinate representation of color #5CA40C: hue angle of 88.42º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5CA40C is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 164 | 12 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.36 |
| HSL | 88.42º | 0.86% | 0.35% | - |
| HSV(B) | 88.42º | 0.93% | 0.64% | - |
| XYZ | 17.76 | 28.85 | 4.98 | - |
| YUV | 125.14 | 64.15 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 12 | 0.44 | 0 | 0.93 | 0.36 | 88.42 | 0.86 | 0.35 |
| Hex | 5C | A4 | C | 2C | 0 | 5D | 24 | 58 | 56 | 23 |
| Octal | 134 | 244 | 14 | 54 | 0 | 135 | 44 | 130 | 126 | 43 |
| Binary | 1011100 | 10100100 | 1100 | 101100 | 0 | 1011101 | 100100 | 1011000 | 1010110 | 100011 |
Color Harmonies of #5CA40C
Complementary color
Monochromatic Colors of #5CA40C
Black with #5CA40C
Text Example
Text Example
White with #5CA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA40C; }
p { color: rgb(92,164,12); }
H1.HeaderClassName
{
color: #5CA40C;
}
.AnyTagClassName
{
color: #5CA40C;
}
</style>
background-color css
<style>
a { background-color: #5CA40C; }
a { background-color: rgb(92,164,12); }
div.DivClassName
{
background-color: #5CA40C;
}
.BgClassName
{
background-color: #5CA40C;
}
</style>
border-color css
<style>
span { border-color: #5CA40C; }
span { border-color: rgb(92,164,12); }
td.TdClassName
{
border-color: #5CA40C;
}
.TagClassName
{
border-color: #5CA40C;
}
</style>