Shades of Apple #5FD550
Tints of Apple #5FD550
RGB
CMYK
RGB Variations
Color information
#5FD550 (or 0x5FD550) is known color: Apple. HEX triplet: 5F, D5 and 50. RGB value is (95,213,80). Sum of RGB (Red+Green+Blue) = 95+213+80=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD550 is #A02AAF. Grayscale: #A2A2A2. Windows color (decimal): -10496688 or 5297503. OLE color: 5297503.
HSL color Cylindrical-coordinate representation of color #5FD550: hue angle of 113.23º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD550 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 80 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.16 |
| HSL | 113.23º | 0.61% | 0.57% | - |
| HSV(B) | 113.23º | 0.62% | 0.84% | - |
| XYZ | 29.96 | 50.6 | 15.78 | - |
| YUV | 162.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 80 | 0.55 | 0 | 0.62 | 0.16 | 113.23 | 0.61 | 0.57 |
| Hex | 5F | D5 | 50 | 37 | 0 | 3E | 10 | 71 | 3D | 39 |
| Octal | 137 | 325 | 120 | 67 | 0 | 76 | 20 | 161 | 75 | 71 |
| Binary | 1011111 | 11010101 | 1010000 | 110111 | 0 | 111110 | 10000 | 1110001 | 111101 | 111001 |
Color Harmonies of #5FD550
Complementary color
Monochromatic Colors of #5FD550
Black with #5FD550
Text Example
Text Example
White with #5FD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD550; }
p { color: rgb(95,213,80); }
H1.HeaderClassName
{
color: #5FD550;
}
.AnyTagClassName
{
color: #5FD550;
}
</style>
background-color css
<style>
a { background-color: #5FD550; }
a { background-color: rgb(95,213,80); }
div.DivClassName
{
background-color: #5FD550;
}
.BgClassName
{
background-color: #5FD550;
}
</style>
border-color css
<style>
span { border-color: #5FD550; }
span { border-color: rgb(95,213,80); }
td.TdClassName
{
border-color: #5FD550;
}
.TagClassName
{
border-color: #5FD550;
}
</style>