Shades of Apple #5FBD55
Tints of Apple #5FBD55
RGB
CMYK
RGB Variations
Color information
#5FBD55 (or 0x5FBD55) is known color: Apple. HEX triplet: 5F, BD and 55. RGB value is (95,189,85). Sum of RGB (Red+Green+Blue) = 95+189+85=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBD55 is #A042AA. Grayscale: #959595. Windows color (decimal): -10502827 or 5619039. OLE color: 5619039.
HSL color Cylindrical-coordinate representation of color #5FBD55: hue angle of 114.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FBD55 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 189 | 85 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.26 |
| HSL | 114.23º | 0.44% | 0.54% | - |
| HSV(B) | 114.23º | 0.55% | 0.74% | - |
| XYZ | 24.56 | 39.48 | 14.92 | - |
| YUV | 149.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 85 | 0.50 | 0 | 0.55 | 0.26 | 114.23 | 0.44 | 0.54 |
| Hex | 5F | BD | 55 | 32 | 0 | 37 | 1A | 72 | 2C | 36 |
| Octal | 137 | 275 | 125 | 62 | 0 | 67 | 32 | 162 | 54 | 66 |
| Binary | 1011111 | 10111101 | 1010101 | 110010 | 0 | 110111 | 11010 | 1110010 | 101100 | 110110 |
Color Harmonies of #5FBD55
Complementary color
Monochromatic Colors of #5FBD55
Black with #5FBD55
Text Example
Text Example
White with #5FBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBD55; }
p { color: rgb(95,189,85); }
H1.HeaderClassName
{
color: #5FBD55;
}
.AnyTagClassName
{
color: #5FBD55;
}
</style>
background-color css
<style>
a { background-color: #5FBD55; }
a { background-color: rgb(95,189,85); }
div.DivClassName
{
background-color: #5FBD55;
}
.BgClassName
{
background-color: #5FBD55;
}
</style>
border-color css
<style>
span { border-color: #5FBD55; }
span { border-color: rgb(95,189,85); }
td.TdClassName
{
border-color: #5FBD55;
}
.TagClassName
{
border-color: #5FBD55;
}
</style>