Shades of Apple #5FC951
Tints of Apple #5FC951
RGB
CMYK
RGB Variations
Color information
#5FC951 (or 0x5FC951) is known color: Apple. HEX triplet: 5F, C9 and 51. RGB value is (95,201,81). Sum of RGB (Red+Green+Blue) = 95+201+81=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC951 is #A036AE. Grayscale: #9B9B9B. Windows color (decimal): -10499759 or 5359967. OLE color: 5359967.
HSL color Cylindrical-coordinate representation of color #5FC951: hue angle of 113º 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 #5FC951 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 81 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.21 |
| HSL | 113º | 0.53% | 0.55% | - |
| HSV(B) | 113º | 0.6% | 0.79% | - |
| XYZ | 27.09 | 44.8 | 15 | - |
| YUV | 155.63 | 85.88 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 81 | 0.53 | 0 | 0.60 | 0.21 | 113 | 0.53 | 0.55 |
| Hex | 5F | C9 | 51 | 35 | 0 | 3C | 15 | 71 | 35 | 37 |
| Octal | 137 | 311 | 121 | 65 | 0 | 74 | 25 | 161 | 65 | 67 |
| Binary | 1011111 | 11001001 | 1010001 | 110101 | 0 | 111100 | 10101 | 1110001 | 110101 | 110111 |
Color Harmonies of #5FC951
Complementary color
Monochromatic Colors of #5FC951
Black with #5FC951
Text Example
Text Example
White with #5FC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC951; }
p { color: rgb(95,201,81); }
H1.HeaderClassName
{
color: #5FC951;
}
.AnyTagClassName
{
color: #5FC951;
}
</style>
background-color css
<style>
a { background-color: #5FC951; }
a { background-color: rgb(95,201,81); }
div.DivClassName
{
background-color: #5FC951;
}
.BgClassName
{
background-color: #5FC951;
}
</style>
border-color css
<style>
span { border-color: #5FC951; }
span { border-color: rgb(95,201,81); }
td.TdClassName
{
border-color: #5FC951;
}
.TagClassName
{
border-color: #5FC951;
}
</style>