Shades of Apple #5CB147
Tints of Apple #5CB147
RGB
CMYK
RGB Variations
Color information
#5CB147 (or 0x5CB147) is known color: Apple. HEX triplet: 5C, B1 and 47. RGB value is (92,177,71). Sum of RGB (Red+Green+Blue) = 92+177+71=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB147 is #A34EB8. Grayscale: #8B8B8B. Windows color (decimal): -10702521 or 4698460. OLE color: 4698460.
HSL color Cylindrical-coordinate representation of color #5CB147: hue angle of 108.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CB147 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 71 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.31 |
| HSL | 108.11º | 0.43% | 0.49% | - |
| HSV(B) | 108.11º | 0.6% | 0.69% | - |
| XYZ | 21.27 | 34.17 | 11.44 | - |
| YUV | 139.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 71 | 0.48 | 0 | 0.60 | 0.31 | 108.11 | 0.43 | 0.49 |
| Hex | 5C | B1 | 47 | 30 | 0 | 3C | 1F | 6C | 2B | 31 |
| Octal | 134 | 261 | 107 | 60 | 0 | 74 | 37 | 154 | 53 | 61 |
| Binary | 1011100 | 10110001 | 1000111 | 110000 | 0 | 111100 | 11111 | 1101100 | 101011 | 110001 |
Color Harmonies of #5CB147
Complementary color
Monochromatic Colors of #5CB147
Black with #5CB147
Text Example
Text Example
White with #5CB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB147; }
p { color: rgb(92,177,71); }
H1.HeaderClassName
{
color: #5CB147;
}
.AnyTagClassName
{
color: #5CB147;
}
</style>
background-color css
<style>
a { background-color: #5CB147; }
a { background-color: rgb(92,177,71); }
div.DivClassName
{
background-color: #5CB147;
}
.BgClassName
{
background-color: #5CB147;
}
</style>
border-color css
<style>
span { border-color: #5CB147; }
span { border-color: rgb(92,177,71); }
td.TdClassName
{
border-color: #5CB147;
}
.TagClassName
{
border-color: #5CB147;
}
</style>