Shades of Apple #5FC247
Tints of Apple #5FC247
RGB
CMYK
RGB Variations
Color information
#5FC247 (or 0x5FC247) is known color: Apple. HEX triplet: 5F, C2 and 47. RGB value is (95,194,71). Sum of RGB (Red+Green+Blue) = 95+194+71=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC247 is #A03DB8. Grayscale: #969696. Windows color (decimal): -10501561 or 4702815. OLE color: 4702815.
HSL color Cylindrical-coordinate representation of color #5FC247: hue angle of 108.29º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FC247 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 71 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.24 |
| HSL | 108.29º | 0.5% | 0.52% | - |
| HSV(B) | 108.29º | 0.63% | 0.76% | - |
| XYZ | 25.15 | 41.47 | 12.64 | - |
| YUV | 150.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 71 | 0.51 | 0 | 0.63 | 0.24 | 108.29 | 0.5 | 0.52 |
| Hex | 5F | C2 | 47 | 33 | 0 | 3F | 18 | 6C | 32 | 34 |
| Octal | 137 | 302 | 107 | 63 | 0 | 77 | 30 | 154 | 62 | 64 |
| Binary | 1011111 | 11000010 | 1000111 | 110011 | 0 | 111111 | 11000 | 1101100 | 110010 | 110100 |
Color Harmonies of #5FC247
Complementary color
Monochromatic Colors of #5FC247
Black with #5FC247
Text Example
Text Example
White with #5FC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC247; }
p { color: rgb(95,194,71); }
H1.HeaderClassName
{
color: #5FC247;
}
.AnyTagClassName
{
color: #5FC247;
}
</style>
background-color css
<style>
a { background-color: #5FC247; }
a { background-color: rgb(95,194,71); }
div.DivClassName
{
background-color: #5FC247;
}
.BgClassName
{
background-color: #5FC247;
}
</style>
border-color css
<style>
span { border-color: #5FC247; }
span { border-color: rgb(95,194,71); }
td.TdClassName
{
border-color: #5FC247;
}
.TagClassName
{
border-color: #5FC247;
}
</style>