Shades of Apple #5CD952
Tints of Apple #5CD952
RGB
CMYK
RGB Variations
Color information
#5CD952 (or 0x5CD952) is known color: Apple. HEX triplet: 5C, D9 and 52. RGB value is (92,217,82). Sum of RGB (Red+Green+Blue) = 92+217+82=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD952 is #A326AD. Grayscale: #A4A4A4. Windows color (decimal): -10692270 or 5429596. OLE color: 5429596.
HSL color Cylindrical-coordinate representation of color #5CD952: hue angle of 115.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CD952 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 217 | 82 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.15 |
| HSL | 115.56º | 0.64% | 0.59% | - |
| HSV(B) | 115.56º | 0.62% | 0.85% | - |
| XYZ | 30.75 | 52.51 | 16.5 | - |
| YUV | 164.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 217 | 82 | 0.58 | 0 | 0.62 | 0.15 | 115.56 | 0.64 | 0.59 |
| Hex | 5C | D9 | 52 | 3A | 0 | 3E | F | 74 | 40 | 3B |
| Octal | 134 | 331 | 122 | 72 | 0 | 76 | 17 | 164 | 100 | 73 |
| Binary | 1011100 | 11011001 | 1010010 | 111010 | 0 | 111110 | 1111 | 1110100 | 1000000 | 111011 |
Color Harmonies of #5CD952
Complementary color
Monochromatic Colors of #5CD952
Black with #5CD952
Text Example
Text Example
White with #5CD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD952; }
p { color: rgb(92,217,82); }
H1.HeaderClassName
{
color: #5CD952;
}
.AnyTagClassName
{
color: #5CD952;
}
</style>
background-color css
<style>
a { background-color: #5CD952; }
a { background-color: rgb(92,217,82); }
div.DivClassName
{
background-color: #5CD952;
}
.BgClassName
{
background-color: #5CD952;
}
</style>
border-color css
<style>
span { border-color: #5CD952; }
span { border-color: rgb(92,217,82); }
td.TdClassName
{
border-color: #5CD952;
}
.TagClassName
{
border-color: #5CD952;
}
</style>