Shades of Apple #5FB14B
Tints of Apple #5FB14B
RGB
CMYK
RGB Variations
Color information
#5FB14B (or 0x5FB14B) is known color: Apple. HEX triplet: 5F, B1 and 4B. RGB value is (95,177,75). Sum of RGB (Red+Green+Blue) = 95+177+75=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB14B is #A04EB4. Grayscale: #8D8D8D. Windows color (decimal): -10505909 or 4960607. OLE color: 4960607.
HSL color Cylindrical-coordinate representation of color #5FB14B: hue angle of 108.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FB14B is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 75 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.31 |
| HSL | 108.24º | 0.4% | 0.49% | - |
| HSV(B) | 108.24º | 0.58% | 0.69% | - |
| XYZ | 21.71 | 34.39 | 12.15 | - |
| YUV | 140.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 75 | 0.46 | 0 | 0.58 | 0.31 | 108.24 | 0.4 | 0.49 |
| Hex | 5F | B1 | 4B | 2E | 0 | 3A | 1F | 6C | 28 | 31 |
| Octal | 137 | 261 | 113 | 56 | 0 | 72 | 37 | 154 | 50 | 61 |
| Binary | 1011111 | 10110001 | 1001011 | 101110 | 0 | 111010 | 11111 | 1101100 | 101000 | 110001 |
Color Harmonies of #5FB14B
Complementary color
Monochromatic Colors of #5FB14B
Black with #5FB14B
Text Example
Text Example
White with #5FB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB14B; }
p { color: rgb(95,177,75); }
H1.HeaderClassName
{
color: #5FB14B;
}
.AnyTagClassName
{
color: #5FB14B;
}
</style>
background-color css
<style>
a { background-color: #5FB14B; }
a { background-color: rgb(95,177,75); }
div.DivClassName
{
background-color: #5FB14B;
}
.BgClassName
{
background-color: #5FB14B;
}
</style>
border-color css
<style>
span { border-color: #5FB14B; }
span { border-color: rgb(95,177,75); }
td.TdClassName
{
border-color: #5FB14B;
}
.TagClassName
{
border-color: #5FB14B;
}
</style>