Shades of Apple #5FC347
Tints of Apple #5FC347
RGB
CMYK
RGB Variations
Color information
#5FC347 (or 0x5FC347) is known color: Apple. HEX triplet: 5F, C3 and 47. RGB value is (95,195,71). Sum of RGB (Red+Green+Blue) = 95+195+71=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC347 is #A03CB8. Grayscale: #979797. Windows color (decimal): -10501305 or 4703071. OLE color: 4703071.
HSL color Cylindrical-coordinate representation of color #5FC347: hue angle of 108.39º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FC347 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 71 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.24 |
| HSL | 108.39º | 0.51% | 0.52% | - |
| HSV(B) | 108.39º | 0.64% | 0.76% | - |
| XYZ | 25.37 | 41.92 | 12.72 | - |
| YUV | 150.96 | 82.87 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 71 | 0.51 | 0 | 0.64 | 0.24 | 108.39 | 0.51 | 0.52 |
| Hex | 5F | C3 | 47 | 33 | 0 | 40 | 18 | 6C | 33 | 34 |
| Octal | 137 | 303 | 107 | 63 | 0 | 100 | 30 | 154 | 63 | 64 |
| Binary | 1011111 | 11000011 | 1000111 | 110011 | 0 | 1000000 | 11000 | 1101100 | 110011 | 110100 |
Color Harmonies of #5FC347
Complementary color
Monochromatic Colors of #5FC347
Black with #5FC347
Text Example
Text Example
White with #5FC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC347; }
p { color: rgb(95,195,71); }
H1.HeaderClassName
{
color: #5FC347;
}
.AnyTagClassName
{
color: #5FC347;
}
</style>
background-color css
<style>
a { background-color: #5FC347; }
a { background-color: rgb(95,195,71); }
div.DivClassName
{
background-color: #5FC347;
}
.BgClassName
{
background-color: #5FC347;
}
</style>
border-color css
<style>
span { border-color: #5FC347; }
span { border-color: rgb(95,195,71); }
td.TdClassName
{
border-color: #5FC347;
}
.TagClassName
{
border-color: #5FC347;
}
</style>