Shades of Christi #5CAB19
Tints of Christi #5CAB19
RGB
CMYK
RGB Variations
Color information
#5CAB19 (or 0x5CAB19) is known color: Christi. HEX triplet: 5C, AB and 19. RGB value is (92,171,25). Sum of RGB (Red+Green+Blue) = 92+171+25=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAB19 is #A354E6. Grayscale: #838383. Windows color (decimal): -10704103 or 1682268. OLE color: 1682268.
HSL color Cylindrical-coordinate representation of color #5CAB19: hue angle of 92.47º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5CAB19 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 171 | 25 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.33 |
| HSL | 92.47º | 0.74% | 0.38% | - |
| HSV(B) | 92.47º | 0.85% | 0.67% | - |
| XYZ | 19.15 | 31.47 | 5.98 | - |
| YUV | 130.74 | 68.33 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 25 | 0.46 | 0 | 0.85 | 0.33 | 92.47 | 0.74 | 0.38 |
| Hex | 5C | AB | 19 | 2E | 0 | 55 | 21 | 5C | 4A | 26 |
| Octal | 134 | 253 | 31 | 56 | 0 | 125 | 41 | 134 | 112 | 46 |
| Binary | 1011100 | 10101011 | 11001 | 101110 | 0 | 1010101 | 100001 | 1011100 | 1001010 | 100110 |
Color Harmonies of #5CAB19
Complementary color
Monochromatic Colors of #5CAB19
Black with #5CAB19
Text Example
Text Example
White with #5CAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAB19; }
p { color: rgb(92,171,25); }
H1.HeaderClassName
{
color: #5CAB19;
}
.AnyTagClassName
{
color: #5CAB19;
}
</style>
background-color css
<style>
a { background-color: #5CAB19; }
a { background-color: rgb(92,171,25); }
div.DivClassName
{
background-color: #5CAB19;
}
.BgClassName
{
background-color: #5CAB19;
}
</style>
border-color css
<style>
span { border-color: #5CAB19; }
span { border-color: rgb(92,171,25); }
td.TdClassName
{
border-color: #5CAB19;
}
.TagClassName
{
border-color: #5CAB19;
}
</style>