Shades of Apple #5FC950
Tints of Apple #5FC950
RGB
CMYK
RGB Variations
Color information
#5FC950 (or 0x5FC950) is known color: Apple. HEX triplet: 5F, C9 and 50. RGB value is (95,201,80). Sum of RGB (Red+Green+Blue) = 95+201+80=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC950 is #A036AF. Grayscale: #9B9B9B. Windows color (decimal): -10499760 or 5294431. OLE color: 5294431.
HSL color Cylindrical-coordinate representation of color #5FC950: hue angle of 112.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FC950 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 80 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.21 |
| HSL | 112.56º | 0.53% | 0.55% | - |
| HSV(B) | 112.56º | 0.6% | 0.79% | - |
| XYZ | 27.05 | 44.79 | 14.81 | - |
| YUV | 155.51 | 85.38 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 80 | 0.53 | 0 | 0.60 | 0.21 | 112.56 | 0.53 | 0.55 |
| Hex | 5F | C9 | 50 | 35 | 0 | 3C | 15 | 71 | 35 | 37 |
| Octal | 137 | 311 | 120 | 65 | 0 | 74 | 25 | 161 | 65 | 67 |
| Binary | 1011111 | 11001001 | 1010000 | 110101 | 0 | 111100 | 10101 | 1110001 | 110101 | 110111 |
Color Harmonies of #5FC950
Complementary color
Monochromatic Colors of #5FC950
Black with #5FC950
Text Example
Text Example
White with #5FC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC950; }
p { color: rgb(95,201,80); }
H1.HeaderClassName
{
color: #5FC950;
}
.AnyTagClassName
{
color: #5FC950;
}
</style>
background-color css
<style>
a { background-color: #5FC950; }
a { background-color: rgb(95,201,80); }
div.DivClassName
{
background-color: #5FC950;
}
.BgClassName
{
background-color: #5FC950;
}
</style>
border-color css
<style>
span { border-color: #5FC950; }
span { border-color: rgb(95,201,80); }
td.TdClassName
{
border-color: #5FC950;
}
.TagClassName
{
border-color: #5FC950;
}
</style>