Shades of Apple #5FA738
Tints of Apple #5FA738
RGB
CMYK
RGB Variations
Color information
#5FA738 (or 0x5FA738) is known color: Apple. HEX triplet: 5F, A7 and 38. RGB value is (95,167,56). Sum of RGB (Red+Green+Blue) = 95+167+56=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA738 is #A058C7. Grayscale: #858585. Windows color (decimal): -10508488 or 3712863. OLE color: 3712863.
HSL color Cylindrical-coordinate representation of color #5FA738: hue angle of 98.92º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FA738 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 167 | 56 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.35 |
| HSL | 98.92º | 0.5% | 0.44% | - |
| HSV(B) | 98.92º | 0.66% | 0.65% | - |
| XYZ | 19.25 | 30.36 | 8.59 | - |
| YUV | 132.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 56 | 0.43 | 0 | 0.66 | 0.35 | 98.92 | 0.5 | 0.44 |
| Hex | 5F | A7 | 38 | 2B | 0 | 42 | 23 | 63 | 32 | 2C |
| Octal | 137 | 247 | 70 | 53 | 0 | 102 | 43 | 143 | 62 | 54 |
| Binary | 1011111 | 10100111 | 111000 | 101011 | 0 | 1000010 | 100011 | 1100011 | 110010 | 101100 |
Color Harmonies of #5FA738
Complementary color
Monochromatic Colors of #5FA738
Black with #5FA738
Text Example
Text Example
White with #5FA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA738; }
p { color: rgb(95,167,56); }
H1.HeaderClassName
{
color: #5FA738;
}
.AnyTagClassName
{
color: #5FA738;
}
</style>
background-color css
<style>
a { background-color: #5FA738; }
a { background-color: rgb(95,167,56); }
div.DivClassName
{
background-color: #5FA738;
}
.BgClassName
{
background-color: #5FA738;
}
</style>
border-color css
<style>
span { border-color: #5FA738; }
span { border-color: rgb(95,167,56); }
td.TdClassName
{
border-color: #5FA738;
}
.TagClassName
{
border-color: #5FA738;
}
</style>