Shades of Apple #5FD054
Tints of Apple #5FD054
RGB
CMYK
RGB Variations
Color information
#5FD054 (or 0x5FD054) is known color: Apple. HEX triplet: 5F, D0 and 54. RGB value is (95,208,84). Sum of RGB (Red+Green+Blue) = 95+208+84=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD054 is #A02FAB. Grayscale: #A0A0A0. Windows color (decimal): -10497964 or 5558367. OLE color: 5558367.
HSL color Cylindrical-coordinate representation of color #5FD054: hue angle of 114.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD054 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 84 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.18 |
| HSL | 114.68º | 0.57% | 0.57% | - |
| HSV(B) | 114.68º | 0.6% | 0.82% | - |
| XYZ | 28.88 | 48.18 | 16.17 | - |
| YUV | 160.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 84 | 0.54 | 0 | 0.60 | 0.18 | 114.68 | 0.57 | 0.57 |
| Hex | 5F | D0 | 54 | 36 | 0 | 3C | 12 | 73 | 39 | 39 |
| Octal | 137 | 320 | 124 | 66 | 0 | 74 | 22 | 163 | 71 | 71 |
| Binary | 1011111 | 11010000 | 1010100 | 110110 | 0 | 111100 | 10010 | 1110011 | 111001 | 111001 |
Color Harmonies of #5FD054
Complementary color
Monochromatic Colors of #5FD054
Black with #5FD054
Text Example
Text Example
White with #5FD054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD054; }
p { color: rgb(95,208,84); }
H1.HeaderClassName
{
color: #5FD054;
}
.AnyTagClassName
{
color: #5FD054;
}
</style>
background-color css
<style>
a { background-color: #5FD054; }
a { background-color: rgb(95,208,84); }
div.DivClassName
{
background-color: #5FD054;
}
.BgClassName
{
background-color: #5FD054;
}
</style>
border-color css
<style>
span { border-color: #5FD054; }
span { border-color: rgb(95,208,84); }
td.TdClassName
{
border-color: #5FD054;
}
.TagClassName
{
border-color: #5FD054;
}
</style>