Shades of Apple #5FB953
Tints of Apple #5FB953
RGB
CMYK
RGB Variations
Color information
#5FB953 (or 0x5FB953) is known color: Apple. HEX triplet: 5F, B9 and 53. RGB value is (95,185,83). Sum of RGB (Red+Green+Blue) = 95+185+83=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB953 is #A046AC. Grayscale: #929292. Windows color (decimal): -10503853 or 5486943. OLE color: 5486943.
HSL color Cylindrical-coordinate representation of color #5FB953: hue angle of 112.94º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FB953 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 185 | 83 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.27 |
| HSL | 112.94º | 0.42% | 0.53% | - |
| HSV(B) | 112.94º | 0.55% | 0.73% | - |
| XYZ | 23.63 | 37.76 | 14.23 | - |
| YUV | 146.46 | 92.18 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 185 | 83 | 0.49 | 0 | 0.55 | 0.27 | 112.94 | 0.42 | 0.53 |
| Hex | 5F | B9 | 53 | 31 | 0 | 37 | 1B | 71 | 2A | 35 |
| Octal | 137 | 271 | 123 | 61 | 0 | 67 | 33 | 161 | 52 | 65 |
| Binary | 1011111 | 10111001 | 1010011 | 110001 | 0 | 110111 | 11011 | 1110001 | 101010 | 110101 |
Color Harmonies of #5FB953
Complementary color
Monochromatic Colors of #5FB953
Black with #5FB953
Text Example
Text Example
White with #5FB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB953; }
p { color: rgb(95,185,83); }
H1.HeaderClassName
{
color: #5FB953;
}
.AnyTagClassName
{
color: #5FB953;
}
</style>
background-color css
<style>
a { background-color: #5FB953; }
a { background-color: rgb(95,185,83); }
div.DivClassName
{
background-color: #5FB953;
}
.BgClassName
{
background-color: #5FB953;
}
</style>
border-color css
<style>
span { border-color: #5FB953; }
span { border-color: rgb(95,185,83); }
td.TdClassName
{
border-color: #5FB953;
}
.TagClassName
{
border-color: #5FB953;
}
</style>