Shades of Apple #5CBC48
Tints of Apple #5CBC48
RGB
CMYK
RGB Variations
Color information
#5CBC48 (or 0x5CBC48) is known color: Apple. HEX triplet: 5C, BC and 48. RGB value is (92,188,72). Sum of RGB (Red+Green+Blue) = 92+188+72=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC48 is #A343B7. Grayscale: #929292. Windows color (decimal): -10699704 or 4766812. OLE color: 4766812.
HSL color Cylindrical-coordinate representation of color #5CBC48: hue angle of 109.66º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CBC48 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 72 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.26 |
| HSL | 109.66º | 0.46% | 0.51% | - |
| HSV(B) | 109.66º | 0.62% | 0.74% | - |
| XYZ | 23.57 | 38.71 | 12.36 | - |
| YUV | 146.07 | 86.2 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 72 | 0.51 | 0 | 0.62 | 0.26 | 109.66 | 0.46 | 0.51 |
| Hex | 5C | BC | 48 | 33 | 0 | 3E | 1A | 6E | 2E | 33 |
| Octal | 134 | 274 | 110 | 63 | 0 | 76 | 32 | 156 | 56 | 63 |
| Binary | 1011100 | 10111100 | 1001000 | 110011 | 0 | 111110 | 11010 | 1101110 | 101110 | 110011 |
Color Harmonies of #5CBC48
Complementary color
Monochromatic Colors of #5CBC48
Black with #5CBC48
Text Example
Text Example
White with #5CBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC48; }
p { color: rgb(92,188,72); }
H1.HeaderClassName
{
color: #5CBC48;
}
.AnyTagClassName
{
color: #5CBC48;
}
</style>
background-color css
<style>
a { background-color: #5CBC48; }
a { background-color: rgb(92,188,72); }
div.DivClassName
{
background-color: #5CBC48;
}
.BgClassName
{
background-color: #5CBC48;
}
</style>
border-color css
<style>
span { border-color: #5CBC48; }
span { border-color: rgb(92,188,72); }
td.TdClassName
{
border-color: #5CBC48;
}
.TagClassName
{
border-color: #5CBC48;
}
</style>