Shades of Apple #5FD055
Tints of Apple #5FD055
RGB
CMYK
RGB Variations
Color information
#5FD055 (or 0x5FD055) is known color: Apple. HEX triplet: 5F, D0 and 55. RGB value is (95,208,85). Sum of RGB (Red+Green+Blue) = 95+208+85=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD055 is #A02FAA. Grayscale: #A0A0A0. Windows color (decimal): -10497963 or 5623903. OLE color: 5623903.
HSL color Cylindrical-coordinate representation of color #5FD055: hue angle of 115.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FD055 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 85 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.18 |
| HSL | 115.12º | 0.57% | 0.57% | - |
| HSV(B) | 115.12º | 0.59% | 0.82% | - |
| XYZ | 28.91 | 48.2 | 16.37 | - |
| YUV | 160.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 85 | 0.54 | 0 | 0.59 | 0.18 | 115.12 | 0.57 | 0.57 |
| Hex | 5F | D0 | 55 | 36 | 0 | 3B | 12 | 73 | 39 | 39 |
| Octal | 137 | 320 | 125 | 66 | 0 | 73 | 22 | 163 | 71 | 71 |
| Binary | 1011111 | 11010000 | 1010101 | 110110 | 0 | 111011 | 10010 | 1110011 | 111001 | 111001 |
Color Harmonies of #5FD055
Complementary color
Monochromatic Colors of #5FD055
Black with #5FD055
Text Example
Text Example
White with #5FD055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD055; }
p { color: rgb(95,208,85); }
H1.HeaderClassName
{
color: #5FD055;
}
.AnyTagClassName
{
color: #5FD055;
}
</style>
background-color css
<style>
a { background-color: #5FD055; }
a { background-color: rgb(95,208,85); }
div.DivClassName
{
background-color: #5FD055;
}
.BgClassName
{
background-color: #5FD055;
}
</style>
border-color css
<style>
span { border-color: #5FD055; }
span { border-color: rgb(95,208,85); }
td.TdClassName
{
border-color: #5FD055;
}
.TagClassName
{
border-color: #5FD055;
}
</style>