Shades of Apple #5CB552
Tints of Apple #5CB552
RGB
CMYK
RGB Variations
Color information
#5CB552 (or 0x5CB552) is known color: Apple. HEX triplet: 5C, B5 and 52. RGB value is (92,181,82). Sum of RGB (Red+Green+Blue) = 92+181+82=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB552 is #A34AAD. Grayscale: #8F8F8F. Windows color (decimal): -10701486 or 5420380. OLE color: 5420380.
HSL color Cylindrical-coordinate representation of color #5CB552: hue angle of 113.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CB552 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 82 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.29 |
| HSL | 113.94º | 0.4% | 0.52% | - |
| HSV(B) | 113.94º | 0.55% | 0.71% | - |
| XYZ | 22.46 | 35.93 | 13.73 | - |
| YUV | 143.1 | 93.51 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 82 | 0.49 | 0 | 0.55 | 0.29 | 113.94 | 0.4 | 0.52 |
| Hex | 5C | B5 | 52 | 31 | 0 | 37 | 1D | 72 | 28 | 34 |
| Octal | 134 | 265 | 122 | 61 | 0 | 67 | 35 | 162 | 50 | 64 |
| Binary | 1011100 | 10110101 | 1010010 | 110001 | 0 | 110111 | 11101 | 1110010 | 101000 | 110100 |
Color Harmonies of #5CB552
Complementary color
Monochromatic Colors of #5CB552
Black with #5CB552
Text Example
Text Example
White with #5CB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB552; }
p { color: rgb(92,181,82); }
H1.HeaderClassName
{
color: #5CB552;
}
.AnyTagClassName
{
color: #5CB552;
}
</style>
background-color css
<style>
a { background-color: #5CB552; }
a { background-color: rgb(92,181,82); }
div.DivClassName
{
background-color: #5CB552;
}
.BgClassName
{
background-color: #5CB552;
}
</style>
border-color css
<style>
span { border-color: #5CB552; }
span { border-color: rgb(92,181,82); }
td.TdClassName
{
border-color: #5CB552;
}
.TagClassName
{
border-color: #5CB552;
}
</style>