Shades of Apple #5FBC49
Tints of Apple #5FBC49
RGB
CMYK
RGB Variations
Color information
#5FBC49 (or 0x5FBC49) is known color: Apple. HEX triplet: 5F, BC and 49. RGB value is (95,188,73). Sum of RGB (Red+Green+Blue) = 95+188+73=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC49 is #A043B6. Grayscale: #939393. Windows color (decimal): -10503095 or 4832351. OLE color: 4832351.
HSL color Cylindrical-coordinate representation of color #5FBC49: hue angle of 108.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FBC49 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 73 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.26 |
| HSL | 108.52º | 0.46% | 0.51% | - |
| HSV(B) | 108.52º | 0.61% | 0.74% | - |
| XYZ | 23.91 | 38.88 | 12.55 | - |
| YUV | 147.08 | 86.19 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 73 | 0.49 | 0 | 0.61 | 0.26 | 108.52 | 0.46 | 0.51 |
| Hex | 5F | BC | 49 | 31 | 0 | 3D | 1A | 6D | 2E | 33 |
| Octal | 137 | 274 | 111 | 61 | 0 | 75 | 32 | 155 | 56 | 63 |
| Binary | 1011111 | 10111100 | 1001001 | 110001 | 0 | 111101 | 11010 | 1101101 | 101110 | 110011 |
Color Harmonies of #5FBC49
Complementary color
Monochromatic Colors of #5FBC49
Black with #5FBC49
Text Example
Text Example
White with #5FBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC49; }
p { color: rgb(95,188,73); }
H1.HeaderClassName
{
color: #5FBC49;
}
.AnyTagClassName
{
color: #5FBC49;
}
</style>
background-color css
<style>
a { background-color: #5FBC49; }
a { background-color: rgb(95,188,73); }
div.DivClassName
{
background-color: #5FBC49;
}
.BgClassName
{
background-color: #5FBC49;
}
</style>
border-color css
<style>
span { border-color: #5FBC49; }
span { border-color: rgb(95,188,73); }
td.TdClassName
{
border-color: #5FBC49;
}
.TagClassName
{
border-color: #5FBC49;
}
</style>