Shades of Apple #5CD552
Tints of Apple #5CD552
RGB
CMYK
RGB Variations
Color information
#5CD552 (or 0x5CD552) is known color: Apple. HEX triplet: 5C, D5 and 52. RGB value is (92,213,82). Sum of RGB (Red+Green+Blue) = 92+213+82=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD552 is #A32AAD. Grayscale: #A2A2A2. Windows color (decimal): -10693294 or 5428572. OLE color: 5428572.
HSL color Cylindrical-coordinate representation of color #5CD552: hue angle of 115.42º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CD552 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 82 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.16 |
| HSL | 115.42º | 0.61% | 0.58% | - |
| HSV(B) | 115.42º | 0.62% | 0.84% | - |
| XYZ | 29.73 | 50.47 | 16.16 | - |
| YUV | 161.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 82 | 0.57 | 0 | 0.62 | 0.16 | 115.42 | 0.61 | 0.58 |
| Hex | 5C | D5 | 52 | 39 | 0 | 3E | 10 | 73 | 3D | 3A |
| Octal | 134 | 325 | 122 | 71 | 0 | 76 | 20 | 163 | 75 | 72 |
| Binary | 1011100 | 11010101 | 1010010 | 111001 | 0 | 111110 | 10000 | 1110011 | 111101 | 111010 |
Color Harmonies of #5CD552
Complementary color
Monochromatic Colors of #5CD552
Black with #5CD552
Text Example
Text Example
White with #5CD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD552; }
p { color: rgb(92,213,82); }
H1.HeaderClassName
{
color: #5CD552;
}
.AnyTagClassName
{
color: #5CD552;
}
</style>
background-color css
<style>
a { background-color: #5CD552; }
a { background-color: rgb(92,213,82); }
div.DivClassName
{
background-color: #5CD552;
}
.BgClassName
{
background-color: #5CD552;
}
</style>
border-color css
<style>
span { border-color: #5CD552; }
span { border-color: rgb(92,213,82); }
td.TdClassName
{
border-color: #5CD552;
}
.TagClassName
{
border-color: #5CD552;
}
</style>