Shades of Apple #5FB247
Tints of Apple #5FB247
RGB
CMYK
RGB Variations
Color information
#5FB247 (or 0x5FB247) is known color: Apple. HEX triplet: 5F, B2 and 47. RGB value is (95,178,71). Sum of RGB (Red+Green+Blue) = 95+178+71=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB247 is #A04DB8. Grayscale: #8D8D8D. Windows color (decimal): -10505657 or 4698719. OLE color: 4698719.
HSL color Cylindrical-coordinate representation of color #5FB247: hue angle of 106.54º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FB247 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 178 | 71 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.30 |
| HSL | 106.54º | 0.43% | 0.49% | - |
| HSV(B) | 106.54º | 0.6% | 0.7% | - |
| XYZ | 21.78 | 34.73 | 11.52 | - |
| YUV | 140.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 178 | 71 | 0.47 | 0 | 0.60 | 0.30 | 106.54 | 0.43 | 0.49 |
| Hex | 5F | B2 | 47 | 2F | 0 | 3C | 1E | 6B | 2B | 31 |
| Octal | 137 | 262 | 107 | 57 | 0 | 74 | 36 | 153 | 53 | 61 |
| Binary | 1011111 | 10110010 | 1000111 | 101111 | 0 | 111100 | 11110 | 1101011 | 101011 | 110001 |
Color Harmonies of #5FB247
Complementary color
Monochromatic Colors of #5FB247
Black with #5FB247
Text Example
Text Example
White with #5FB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB247; }
p { color: rgb(95,178,71); }
H1.HeaderClassName
{
color: #5FB247;
}
.AnyTagClassName
{
color: #5FB247;
}
</style>
background-color css
<style>
a { background-color: #5FB247; }
a { background-color: rgb(95,178,71); }
div.DivClassName
{
background-color: #5FB247;
}
.BgClassName
{
background-color: #5FB247;
}
</style>
border-color css
<style>
span { border-color: #5FB247; }
span { border-color: rgb(95,178,71); }
td.TdClassName
{
border-color: #5FB247;
}
.TagClassName
{
border-color: #5FB247;
}
</style>