Shades of Apple #5CB150
Tints of Apple #5CB150
RGB
CMYK
RGB Variations
Color information
#5CB150 (or 0x5CB150) is known color: Apple. HEX triplet: 5C, B1 and 50. RGB value is (92,177,80). Sum of RGB (Red+Green+Blue) = 92+177+80=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB150 is #A34EAF. Grayscale: #8C8C8C. Windows color (decimal): -10702512 or 5288284. OLE color: 5288284.
HSL color Cylindrical-coordinate representation of color #5CB150: hue angle of 112.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CB150 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 80 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.31 |
| HSL | 112.58º | 0.38% | 0.5% | - |
| HSV(B) | 112.58º | 0.55% | 0.69% | - |
| XYZ | 21.58 | 34.3 | 13.07 | - |
| YUV | 140.53 | 93.84 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 80 | 0.48 | 0 | 0.55 | 0.31 | 112.58 | 0.38 | 0.5 |
| Hex | 5C | B1 | 50 | 30 | 0 | 37 | 1F | 71 | 26 | 32 |
| Octal | 134 | 261 | 120 | 60 | 0 | 67 | 37 | 161 | 46 | 62 |
| Binary | 1011100 | 10110001 | 1010000 | 110000 | 0 | 110111 | 11111 | 1110001 | 100110 | 110010 |
Color Harmonies of #5CB150
Complementary color
Monochromatic Colors of #5CB150
Black with #5CB150
Text Example
Text Example
White with #5CB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB150; }
p { color: rgb(92,177,80); }
H1.HeaderClassName
{
color: #5CB150;
}
.AnyTagClassName
{
color: #5CB150;
}
</style>
background-color css
<style>
a { background-color: #5CB150; }
a { background-color: rgb(92,177,80); }
div.DivClassName
{
background-color: #5CB150;
}
.BgClassName
{
background-color: #5CB150;
}
</style>
border-color css
<style>
span { border-color: #5CB150; }
span { border-color: rgb(92,177,80); }
td.TdClassName
{
border-color: #5CB150;
}
.TagClassName
{
border-color: #5CB150;
}
</style>