Shades of Apple #5FC554
Tints of Apple #5FC554
RGB
CMYK
RGB Variations
Color information
#5FC554 (or 0x5FC554) is known color: Apple. HEX triplet: 5F, C5 and 54. RGB value is (95,197,84). Sum of RGB (Red+Green+Blue) = 95+197+84=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC554 is #A03AAB. Grayscale: #999999. Windows color (decimal): -10500780 or 5555551. OLE color: 5555551.
HSL color Cylindrical-coordinate representation of color #5FC554: hue angle of 114.16º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FC554 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 84 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.23 |
| HSL | 114.16º | 0.49% | 0.55% | - |
| HSV(B) | 114.16º | 0.57% | 0.77% | - |
| XYZ | 26.29 | 43.01 | 15.3 | - |
| YUV | 153.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 84 | 0.52 | 0 | 0.57 | 0.23 | 114.16 | 0.49 | 0.55 |
| Hex | 5F | C5 | 54 | 34 | 0 | 39 | 17 | 72 | 31 | 37 |
| Octal | 137 | 305 | 124 | 64 | 0 | 71 | 27 | 162 | 61 | 67 |
| Binary | 1011111 | 11000101 | 1010100 | 110100 | 0 | 111001 | 10111 | 1110010 | 110001 | 110111 |
Color Harmonies of #5FC554
Complementary color
Monochromatic Colors of #5FC554
Black with #5FC554
Text Example
Text Example
White with #5FC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC554; }
p { color: rgb(95,197,84); }
H1.HeaderClassName
{
color: #5FC554;
}
.AnyTagClassName
{
color: #5FC554;
}
</style>
background-color css
<style>
a { background-color: #5FC554; }
a { background-color: rgb(95,197,84); }
div.DivClassName
{
background-color: #5FC554;
}
.BgClassName
{
background-color: #5FC554;
}
</style>
border-color css
<style>
span { border-color: #5FC554; }
span { border-color: rgb(95,197,84); }
td.TdClassName
{
border-color: #5FC554;
}
.TagClassName
{
border-color: #5FC554;
}
</style>