Shades of Apple #5CD352
Tints of Apple #5CD352
RGB
CMYK
RGB Variations
Color information
#5CD352 (or 0x5CD352) is known color: Apple. HEX triplet: 5C, D3 and 52. RGB value is (92,211,82). Sum of RGB (Red+Green+Blue) = 92+211+82=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD352 is #A32CAD. Grayscale: #A1A1A1. Windows color (decimal): -10693806 or 5428060. OLE color: 5428060.
HSL color Cylindrical-coordinate representation of color #5CD352: hue angle of 115.35º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CD352 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 82 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.17 |
| HSL | 115.35º | 0.59% | 0.57% | - |
| HSV(B) | 115.35º | 0.61% | 0.83% | - |
| XYZ | 29.23 | 49.47 | 15.99 | - |
| YUV | 160.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 82 | 0.56 | 0 | 0.61 | 0.17 | 115.35 | 0.59 | 0.57 |
| Hex | 5C | D3 | 52 | 38 | 0 | 3D | 11 | 73 | 3B | 39 |
| Octal | 134 | 323 | 122 | 70 | 0 | 75 | 21 | 163 | 73 | 71 |
| Binary | 1011100 | 11010011 | 1010010 | 111000 | 0 | 111101 | 10001 | 1110011 | 111011 | 111001 |
Color Harmonies of #5CD352
Complementary color
Monochromatic Colors of #5CD352
Black with #5CD352
Text Example
Text Example
White with #5CD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD352; }
p { color: rgb(92,211,82); }
H1.HeaderClassName
{
color: #5CD352;
}
.AnyTagClassName
{
color: #5CD352;
}
</style>
background-color css
<style>
a { background-color: #5CD352; }
a { background-color: rgb(92,211,82); }
div.DivClassName
{
background-color: #5CD352;
}
.BgClassName
{
background-color: #5CD352;
}
</style>
border-color css
<style>
span { border-color: #5CD352; }
span { border-color: rgb(92,211,82); }
td.TdClassName
{
border-color: #5CD352;
}
.TagClassName
{
border-color: #5CD352;
}
</style>