Shades of Apple #5CBB52
Tints of Apple #5CBB52
RGB
CMYK
RGB Variations
Color information
#5CBB52 (or 0x5CBB52) is known color: Apple. HEX triplet: 5C, BB and 52. RGB value is (92,187,82). Sum of RGB (Red+Green+Blue) = 92+187+82=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBB52 is #A344AD. Grayscale: #929292. Windows color (decimal): -10699950 or 5421916. OLE color: 5421916.
HSL color Cylindrical-coordinate representation of color #5CBB52: hue angle of 114.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CBB52 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 187 | 82 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.27 |
| HSL | 114.29º | 0.44% | 0.53% | - |
| HSV(B) | 114.29º | 0.56% | 0.73% | - |
| XYZ | 23.71 | 38.43 | 14.15 | - |
| YUV | 146.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 82 | 0.51 | 0 | 0.56 | 0.27 | 114.29 | 0.44 | 0.53 |
| Hex | 5C | BB | 52 | 33 | 0 | 38 | 1B | 72 | 2C | 35 |
| Octal | 134 | 273 | 122 | 63 | 0 | 70 | 33 | 162 | 54 | 65 |
| Binary | 1011100 | 10111011 | 1010010 | 110011 | 0 | 111000 | 11011 | 1110010 | 101100 | 110101 |
Color Harmonies of #5CBB52
Complementary color
Monochromatic Colors of #5CBB52
Black with #5CBB52
Text Example
Text Example
White with #5CBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBB52; }
p { color: rgb(92,187,82); }
H1.HeaderClassName
{
color: #5CBB52;
}
.AnyTagClassName
{
color: #5CBB52;
}
</style>
background-color css
<style>
a { background-color: #5CBB52; }
a { background-color: rgb(92,187,82); }
div.DivClassName
{
background-color: #5CBB52;
}
.BgClassName
{
background-color: #5CBB52;
}
</style>
border-color css
<style>
span { border-color: #5CBB52; }
span { border-color: rgb(92,187,82); }
td.TdClassName
{
border-color: #5CBB52;
}
.TagClassName
{
border-color: #5CBB52;
}
</style>