Shades of Apple #5CA551
Tints of Apple #5CA551
RGB
CMYK
RGB Variations
Color information
#5CA551 (or 0x5CA551) is known color: Apple. HEX triplet: 5C, A5 and 51. RGB value is (92,165,81). Sum of RGB (Red+Green+Blue) = 92+165+81=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA551 is #A35AAE. Grayscale: #858585. Windows color (decimal): -10705583 or 5350748. OLE color: 5350748.
HSL color Cylindrical-coordinate representation of color #5CA551: hue angle of 112.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CA551 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 81 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.35 |
| HSL | 112.14º | 0.34% | 0.48% | - |
| HSV(B) | 112.14º | 0.51% | 0.65% | - |
| XYZ | 19.35 | 29.78 | 12.51 | - |
| YUV | 133.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 81 | 0.44 | 0 | 0.51 | 0.35 | 112.14 | 0.34 | 0.48 |
| Hex | 5C | A5 | 51 | 2C | 0 | 33 | 23 | 70 | 22 | 30 |
| Octal | 134 | 245 | 121 | 54 | 0 | 63 | 43 | 160 | 42 | 60 |
| Binary | 1011100 | 10100101 | 1010001 | 101100 | 0 | 110011 | 100011 | 1110000 | 100010 | 110000 |
Color Harmonies of #5CA551
Complementary color
Monochromatic Colors of #5CA551
Black with #5CA551
Text Example
Text Example
White with #5CA551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA551; }
p { color: rgb(92,165,81); }
H1.HeaderClassName
{
color: #5CA551;
}
.AnyTagClassName
{
color: #5CA551;
}
</style>
background-color css
<style>
a { background-color: #5CA551; }
a { background-color: rgb(92,165,81); }
div.DivClassName
{
background-color: #5CA551;
}
.BgClassName
{
background-color: #5CA551;
}
</style>
border-color css
<style>
span { border-color: #5CA551; }
span { border-color: rgb(92,165,81); }
td.TdClassName
{
border-color: #5CA551;
}
.TagClassName
{
border-color: #5CA551;
}
</style>