Shades of Apple #5CB748
Tints of Apple #5CB748
RGB
CMYK
RGB Variations
Color information
#5CB748 (or 0x5CB748) is known color: Apple. HEX triplet: 5C, B7 and 48. RGB value is (92,183,72). Sum of RGB (Red+Green+Blue) = 92+183+72=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB748 is #A348B7. Grayscale: #8F8F8F. Windows color (decimal): -10700984 or 4765532. OLE color: 4765532.
HSL color Cylindrical-coordinate representation of color #5CB748: hue angle of 109.19º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CB748 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 183 | 72 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.28 |
| HSL | 109.19º | 0.44% | 0.5% | - |
| HSV(B) | 109.19º | 0.61% | 0.72% | - |
| XYZ | 22.52 | 36.61 | 12.01 | - |
| YUV | 143.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 72 | 0.50 | 0 | 0.61 | 0.28 | 109.19 | 0.44 | 0.5 |
| Hex | 5C | B7 | 48 | 32 | 0 | 3D | 1C | 6D | 2C | 32 |
| Octal | 134 | 267 | 110 | 62 | 0 | 75 | 34 | 155 | 54 | 62 |
| Binary | 1011100 | 10110111 | 1001000 | 110010 | 0 | 111101 | 11100 | 1101101 | 101100 | 110010 |
Color Harmonies of #5CB748
Complementary color
Monochromatic Colors of #5CB748
Black with #5CB748
Text Example
Text Example
White with #5CB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB748; }
p { color: rgb(92,183,72); }
H1.HeaderClassName
{
color: #5CB748;
}
.AnyTagClassName
{
color: #5CB748;
}
</style>
background-color css
<style>
a { background-color: #5CB748; }
a { background-color: rgb(92,183,72); }
div.DivClassName
{
background-color: #5CB748;
}
.BgClassName
{
background-color: #5CB748;
}
</style>
border-color css
<style>
span { border-color: #5CB748; }
span { border-color: rgb(92,183,72); }
td.TdClassName
{
border-color: #5CB748;
}
.TagClassName
{
border-color: #5CB748;
}
</style>