Shades of Apple #5FBC40
Tints of Apple #5FBC40
RGB
CMYK
RGB Variations
Color information
#5FBC40 (or 0x5FBC40) is known color: Apple. HEX triplet: 5F, BC and 40. RGB value is (95,188,64). Sum of RGB (Red+Green+Blue) = 95+188+64=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC40 is #A043BF. Grayscale: #929292. Windows color (decimal): -10503104 or 4242527. OLE color: 4242527.
HSL color Cylindrical-coordinate representation of color #5FBC40: hue angle of 105º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FBC40 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 64 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.26 |
| HSL | 105º | 0.49% | 0.49% | - |
| HSV(B) | 105º | 0.66% | 0.74% | - |
| XYZ | 23.63 | 38.77 | 11.09 | - |
| YUV | 146.06 | 81.69 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 64 | 0.49 | 0 | 0.66 | 0.26 | 105 | 0.49 | 0.49 |
| Hex | 5F | BC | 40 | 31 | 0 | 42 | 1A | 69 | 31 | 31 |
| Octal | 137 | 274 | 100 | 61 | 0 | 102 | 32 | 151 | 61 | 61 |
| Binary | 1011111 | 10111100 | 1000000 | 110001 | 0 | 1000010 | 11010 | 1101001 | 110001 | 110001 |
Color Harmonies of #5FBC40
Complementary color
Monochromatic Colors of #5FBC40
Black with #5FBC40
Text Example
Text Example
White with #5FBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC40; }
p { color: rgb(95,188,64); }
H1.HeaderClassName
{
color: #5FBC40;
}
.AnyTagClassName
{
color: #5FBC40;
}
</style>
background-color css
<style>
a { background-color: #5FBC40; }
a { background-color: rgb(95,188,64); }
div.DivClassName
{
background-color: #5FBC40;
}
.BgClassName
{
background-color: #5FBC40;
}
</style>
border-color css
<style>
span { border-color: #5FBC40; }
span { border-color: rgb(95,188,64); }
td.TdClassName
{
border-color: #5FBC40;
}
.TagClassName
{
border-color: #5FBC40;
}
</style>