Shades of Apple #5FB14D
Tints of Apple #5FB14D
RGB
CMYK
RGB Variations
Color information
#5FB14D (or 0x5FB14D) is known color: Apple. HEX triplet: 5F, B1 and 4D. RGB value is (95,177,77). Sum of RGB (Red+Green+Blue) = 95+177+77=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB14D is #A04EB2. Grayscale: #8D8D8D. Windows color (decimal): -10505907 or 5091679. OLE color: 5091679.
HSL color Cylindrical-coordinate representation of color #5FB14D: hue angle of 109.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FB14D is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 77 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.31 |
| HSL | 109.2º | 0.39% | 0.5% | - |
| HSV(B) | 109.2º | 0.56% | 0.69% | - |
| XYZ | 21.78 | 34.41 | 12.52 | - |
| YUV | 141.08 | 91.83 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 77 | 0.46 | 0 | 0.56 | 0.31 | 109.2 | 0.39 | 0.5 |
| Hex | 5F | B1 | 4D | 2E | 0 | 38 | 1F | 6D | 27 | 32 |
| Octal | 137 | 261 | 115 | 56 | 0 | 70 | 37 | 155 | 47 | 62 |
| Binary | 1011111 | 10110001 | 1001101 | 101110 | 0 | 111000 | 11111 | 1101101 | 100111 | 110010 |
Color Harmonies of #5FB14D
Complementary color
Monochromatic Colors of #5FB14D
Black with #5FB14D
Text Example
Text Example
White with #5FB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB14D; }
p { color: rgb(95,177,77); }
H1.HeaderClassName
{
color: #5FB14D;
}
.AnyTagClassName
{
color: #5FB14D;
}
</style>
background-color css
<style>
a { background-color: #5FB14D; }
a { background-color: rgb(95,177,77); }
div.DivClassName
{
background-color: #5FB14D;
}
.BgClassName
{
background-color: #5FB14D;
}
</style>
border-color css
<style>
span { border-color: #5FB14D; }
span { border-color: rgb(95,177,77); }
td.TdClassName
{
border-color: #5FB14D;
}
.TagClassName
{
border-color: #5FB14D;
}
</style>