Shades of Christi #5CAC04
Tints of Christi #5CAC04
RGB
CMYK
RGB Variations
Color information
#5CAC04 (or 0x5CAC04) is known color: Christi. HEX triplet: 5C, AC and 04. RGB value is (92,172,4). Sum of RGB (Red+Green+Blue) = 92+172+4=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAC04 is #A353FB. Grayscale: #818181. Windows color (decimal): -10703868 or 306268. OLE color: 306268.
HSL color Cylindrical-coordinate representation of color #5CAC04: hue angle of 88.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5CAC04 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 4 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.33 |
| HSL | 88.57º | 0.95% | 0.35% | - |
| HSV(B) | 88.57º | 0.98% | 0.67% | - |
| XYZ | 19.19 | 31.79 | 5.24 | - |
| YUV | 128.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 4 | 0.47 | 0 | 0.98 | 0.33 | 88.57 | 0.95 | 0.35 |
| Hex | 5C | AC | 4 | 2F | 0 | 62 | 21 | 59 | 5F | 23 |
| Octal | 134 | 254 | 4 | 57 | 0 | 142 | 41 | 131 | 137 | 43 |
| Binary | 1011100 | 10101100 | 100 | 101111 | 0 | 1100010 | 100001 | 1011001 | 1011111 | 100011 |
Color Harmonies of #5CAC04
Complementary color
Monochromatic Colors of #5CAC04
Black with #5CAC04
Text Example
Text Example
White with #5CAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC04; }
p { color: rgb(92,172,4); }
H1.HeaderClassName
{
color: #5CAC04;
}
.AnyTagClassName
{
color: #5CAC04;
}
</style>
background-color css
<style>
a { background-color: #5CAC04; }
a { background-color: rgb(92,172,4); }
div.DivClassName
{
background-color: #5CAC04;
}
.BgClassName
{
background-color: #5CAC04;
}
</style>
border-color css
<style>
span { border-color: #5CAC04; }
span { border-color: rgb(92,172,4); }
td.TdClassName
{
border-color: #5CAC04;
}
.TagClassName
{
border-color: #5CAC04;
}
</style>