Shades of Christi #5CAB15
Tints of Christi #5CAB15
RGB
CMYK
RGB Variations
Color information
#5CAB15 (or 0x5CAB15) is known color: Christi. HEX triplet: 5C, AB and 15. RGB value is (92,171,21). Sum of RGB (Red+Green+Blue) = 92+171+21=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAB15 is #A354EA. Grayscale: #828282. Windows color (decimal): -10704107 or 1420124. OLE color: 1420124.
HSL color Cylindrical-coordinate representation of color #5CAB15: hue angle of 91.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5CAB15 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 171 | 21 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.33 |
| HSL | 91.6º | 0.78% | 0.38% | - |
| HSV(B) | 91.6º | 0.88% | 0.67% | - |
| XYZ | 19.11 | 31.46 | 5.77 | - |
| YUV | 130.28 | 66.33 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 21 | 0.46 | 0 | 0.88 | 0.33 | 91.6 | 0.78 | 0.38 |
| Hex | 5C | AB | 15 | 2E | 0 | 58 | 21 | 5C | 4E | 26 |
| Octal | 134 | 253 | 25 | 56 | 0 | 130 | 41 | 134 | 116 | 46 |
| Binary | 1011100 | 10101011 | 10101 | 101110 | 0 | 1011000 | 100001 | 1011100 | 1001110 | 100110 |
Color Harmonies of #5CAB15
Complementary color
Monochromatic Colors of #5CAB15
Black with #5CAB15
Text Example
Text Example
White with #5CAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAB15; }
p { color: rgb(92,171,21); }
H1.HeaderClassName
{
color: #5CAB15;
}
.AnyTagClassName
{
color: #5CAB15;
}
</style>
background-color css
<style>
a { background-color: #5CAB15; }
a { background-color: rgb(92,171,21); }
div.DivClassName
{
background-color: #5CAB15;
}
.BgClassName
{
background-color: #5CAB15;
}
</style>
border-color css
<style>
span { border-color: #5CAB15; }
span { border-color: rgb(92,171,21); }
td.TdClassName
{
border-color: #5CAB15;
}
.TagClassName
{
border-color: #5CAB15;
}
</style>