Shades of Apple #5FC552
Tints of Apple #5FC552
RGB
CMYK
RGB Variations
Color information
#5FC552 (or 0x5FC552) is known color: Apple. HEX triplet: 5F, C5 and 52. RGB value is (95,197,82). Sum of RGB (Red+Green+Blue) = 95+197+82=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC552 is #A03AAD. Grayscale: #999999. Windows color (decimal): -10500782 or 5424479. OLE color: 5424479.
HSL color Cylindrical-coordinate representation of color #5FC552: hue angle of 113.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FC552 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 82 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.23 |
| HSL | 113.22º | 0.5% | 0.55% | - |
| HSV(B) | 113.22º | 0.58% | 0.77% | - |
| XYZ | 26.21 | 42.97 | 14.9 | - |
| YUV | 153.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 82 | 0.52 | 0 | 0.58 | 0.23 | 113.22 | 0.5 | 0.55 |
| Hex | 5F | C5 | 52 | 34 | 0 | 3A | 17 | 71 | 32 | 37 |
| Octal | 137 | 305 | 122 | 64 | 0 | 72 | 27 | 161 | 62 | 67 |
| Binary | 1011111 | 11000101 | 1010010 | 110100 | 0 | 111010 | 10111 | 1110001 | 110010 | 110111 |
Color Harmonies of #5FC552
Complementary color
Monochromatic Colors of #5FC552
Black with #5FC552
Text Example
Text Example
White with #5FC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC552; }
p { color: rgb(95,197,82); }
H1.HeaderClassName
{
color: #5FC552;
}
.AnyTagClassName
{
color: #5FC552;
}
</style>
background-color css
<style>
a { background-color: #5FC552; }
a { background-color: rgb(95,197,82); }
div.DivClassName
{
background-color: #5FC552;
}
.BgClassName
{
background-color: #5FC552;
}
</style>
border-color css
<style>
span { border-color: #5FC552; }
span { border-color: rgb(95,197,82); }
td.TdClassName
{
border-color: #5FC552;
}
.TagClassName
{
border-color: #5FC552;
}
</style>