Shades of Apple #5FC555
Tints of Apple #5FC555
RGB
CMYK
RGB Variations
Color information
#5FC555 (or 0x5FC555) is known color: Apple. HEX triplet: 5F, C5 and 55. RGB value is (95,197,85). Sum of RGB (Red+Green+Blue) = 95+197+85=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC555 is #A03AAA. Grayscale: #9A9A9A. Windows color (decimal): -10500779 or 5621087. OLE color: 5621087.
HSL color Cylindrical-coordinate representation of color #5FC555: hue angle of 114.64º 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 #5FC555 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 85 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.23 |
| HSL | 114.64º | 0.49% | 0.55% | - |
| HSV(B) | 114.64º | 0.57% | 0.77% | - |
| XYZ | 26.33 | 43.02 | 15.51 | - |
| YUV | 153.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 85 | 0.52 | 0 | 0.57 | 0.23 | 114.64 | 0.49 | 0.55 |
| Hex | 5F | C5 | 55 | 34 | 0 | 39 | 17 | 73 | 31 | 37 |
| Octal | 137 | 305 | 125 | 64 | 0 | 71 | 27 | 163 | 61 | 67 |
| Binary | 1011111 | 11000101 | 1010101 | 110100 | 0 | 111001 | 10111 | 1110011 | 110001 | 110111 |
Color Harmonies of #5FC555
Complementary color
Monochromatic Colors of #5FC555
Black with #5FC555
Text Example
Text Example
White with #5FC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC555; }
p { color: rgb(95,197,85); }
H1.HeaderClassName
{
color: #5FC555;
}
.AnyTagClassName
{
color: #5FC555;
}
</style>
background-color css
<style>
a { background-color: #5FC555; }
a { background-color: rgb(95,197,85); }
div.DivClassName
{
background-color: #5FC555;
}
.BgClassName
{
background-color: #5FC555;
}
</style>
border-color css
<style>
span { border-color: #5FC555; }
span { border-color: rgb(95,197,85); }
td.TdClassName
{
border-color: #5FC555;
}
.TagClassName
{
border-color: #5FC555;
}
</style>