Shades of Apple #5FC548
Tints of Apple #5FC548
RGB
CMYK
RGB Variations
Color information
#5FC548 (or 0x5FC548) is known color: Apple. HEX triplet: 5F, C5 and 48. RGB value is (95,197,72). Sum of RGB (Red+Green+Blue) = 95+197+72=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC548 is #A03AB7. Grayscale: #989898. Windows color (decimal): -10500792 or 4769119. OLE color: 4769119.
HSL color Cylindrical-coordinate representation of color #5FC548: hue angle of 108.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FC548 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 72 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.23 |
| HSL | 108.96º | 0.52% | 0.53% | - |
| HSV(B) | 108.96º | 0.63% | 0.77% | - |
| XYZ | 25.86 | 42.83 | 13.04 | - |
| YUV | 152.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 72 | 0.52 | 0 | 0.63 | 0.23 | 108.96 | 0.52 | 0.53 |
| Hex | 5F | C5 | 48 | 34 | 0 | 3F | 17 | 6D | 34 | 35 |
| Octal | 137 | 305 | 110 | 64 | 0 | 77 | 27 | 155 | 64 | 65 |
| Binary | 1011111 | 11000101 | 1001000 | 110100 | 0 | 111111 | 10111 | 1101101 | 110100 | 110101 |
Color Harmonies of #5FC548
Complementary color
Monochromatic Colors of #5FC548
Black with #5FC548
Text Example
Text Example
White with #5FC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC548; }
p { color: rgb(95,197,72); }
H1.HeaderClassName
{
color: #5FC548;
}
.AnyTagClassName
{
color: #5FC548;
}
</style>
background-color css
<style>
a { background-color: #5FC548; }
a { background-color: rgb(95,197,72); }
div.DivClassName
{
background-color: #5FC548;
}
.BgClassName
{
background-color: #5FC548;
}
</style>
border-color css
<style>
span { border-color: #5FC548; }
span { border-color: rgb(95,197,72); }
td.TdClassName
{
border-color: #5FC548;
}
.TagClassName
{
border-color: #5FC548;
}
</style>