Shades of Apple #5FBC4A
Tints of Apple #5FBC4A
RGB
CMYK
RGB Variations
Color information
#5FBC4A (or 0x5FBC4A) is known color: Apple. HEX triplet: 5F, BC and 4A. RGB value is (95,188,74). Sum of RGB (Red+Green+Blue) = 95+188+74=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC4A is #A043B5. Grayscale: #939393. Windows color (decimal): -10503094 or 4897887. OLE color: 4897887.
HSL color Cylindrical-coordinate representation of color #5FBC4A: hue angle of 108.95º 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 #5FBC4A is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 74 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.26 |
| HSL | 108.95º | 0.46% | 0.51% | - |
| HSV(B) | 108.95º | 0.61% | 0.74% | - |
| XYZ | 23.94 | 38.89 | 12.72 | - |
| YUV | 147.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 74 | 0.49 | 0 | 0.61 | 0.26 | 108.95 | 0.46 | 0.51 |
| Hex | 5F | BC | 4A | 31 | 0 | 3D | 1A | 6D | 2E | 33 |
| Octal | 137 | 274 | 112 | 61 | 0 | 75 | 32 | 155 | 56 | 63 |
| Binary | 1011111 | 10111100 | 1001010 | 110001 | 0 | 111101 | 11010 | 1101101 | 101110 | 110011 |
Color Harmonies of #5FBC4A
Complementary color
Monochromatic Colors of #5FBC4A
Black with #5FBC4A
Text Example
Text Example
White with #5FBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC4A; }
p { color: rgb(95,188,74); }
H1.HeaderClassName
{
color: #5FBC4A;
}
.AnyTagClassName
{
color: #5FBC4A;
}
</style>
background-color css
<style>
a { background-color: #5FBC4A; }
a { background-color: rgb(95,188,74); }
div.DivClassName
{
background-color: #5FBC4A;
}
.BgClassName
{
background-color: #5FBC4A;
}
</style>
border-color css
<style>
span { border-color: #5FBC4A; }
span { border-color: rgb(95,188,74); }
td.TdClassName
{
border-color: #5FBC4A;
}
.TagClassName
{
border-color: #5FBC4A;
}
</style>