Shades of Apple #5FB74F
Tints of Apple #5FB74F
RGB
CMYK
RGB Variations
Color information
#5FB74F (or 0x5FB74F) is known color: Apple. HEX triplet: 5F, B7 and 4F. RGB value is (95,183,79). Sum of RGB (Red+Green+Blue) = 95+183+79=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB74F is #A048B0. Grayscale: #919191. Windows color (decimal): -10504369 or 5224287. OLE color: 5224287.
HSL color Cylindrical-coordinate representation of color #5FB74F: hue angle of 110.77º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FB74F is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 79 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.28 |
| HSL | 110.77º | 0.42% | 0.51% | - |
| HSV(B) | 110.77º | 0.57% | 0.72% | - |
| XYZ | 23.06 | 36.86 | 13.3 | - |
| YUV | 144.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 79 | 0.48 | 0 | 0.57 | 0.28 | 110.77 | 0.42 | 0.51 |
| Hex | 5F | B7 | 4F | 30 | 0 | 39 | 1C | 6F | 2A | 33 |
| Octal | 137 | 267 | 117 | 60 | 0 | 71 | 34 | 157 | 52 | 63 |
| Binary | 1011111 | 10110111 | 1001111 | 110000 | 0 | 111001 | 11100 | 1101111 | 101010 | 110011 |
Color Harmonies of #5FB74F
Complementary color
Monochromatic Colors of #5FB74F
Black with #5FB74F
Text Example
Text Example
White with #5FB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB74F; }
p { color: rgb(95,183,79); }
H1.HeaderClassName
{
color: #5FB74F;
}
.AnyTagClassName
{
color: #5FB74F;
}
</style>
background-color css
<style>
a { background-color: #5FB74F; }
a { background-color: rgb(95,183,79); }
div.DivClassName
{
background-color: #5FB74F;
}
.BgClassName
{
background-color: #5FB74F;
}
</style>
border-color css
<style>
span { border-color: #5FB74F; }
span { border-color: rgb(95,183,79); }
td.TdClassName
{
border-color: #5FB74F;
}
.TagClassName
{
border-color: #5FB74F;
}
</style>