Shades of Apple #5FC356
Tints of Apple #5FC356
RGB
CMYK
RGB Variations
Color information
#5FC356 (or 0x5FC356) is known color: Apple. HEX triplet: 5F, C3 and 56. RGB value is (95,195,86). Sum of RGB (Red+Green+Blue) = 95+195+86=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC356 is #A03CA9. Grayscale: #999999. Windows color (decimal): -10501290 or 5686111. OLE color: 5686111.
HSL color Cylindrical-coordinate representation of color #5FC356: hue angle of 115.05º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FC356 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 86 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.24 |
| HSL | 115.05º | 0.48% | 0.55% | - |
| HSV(B) | 115.05º | 0.56% | 0.76% | - |
| XYZ | 25.91 | 42.14 | 15.57 | - |
| YUV | 152.67 | 90.37 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 86 | 0.51 | 0 | 0.56 | 0.24 | 115.05 | 0.48 | 0.55 |
| Hex | 5F | C3 | 56 | 33 | 0 | 38 | 18 | 73 | 30 | 37 |
| Octal | 137 | 303 | 126 | 63 | 0 | 70 | 30 | 163 | 60 | 67 |
| Binary | 1011111 | 11000011 | 1010110 | 110011 | 0 | 111000 | 11000 | 1110011 | 110000 | 110111 |
Color Harmonies of #5FC356
Complementary color
Monochromatic Colors of #5FC356
Black with #5FC356
Text Example
Text Example
White with #5FC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC356; }
p { color: rgb(95,195,86); }
H1.HeaderClassName
{
color: #5FC356;
}
.AnyTagClassName
{
color: #5FC356;
}
</style>
background-color css
<style>
a { background-color: #5FC356; }
a { background-color: rgb(95,195,86); }
div.DivClassName
{
background-color: #5FC356;
}
.BgClassName
{
background-color: #5FC356;
}
</style>
border-color css
<style>
span { border-color: #5FC356; }
span { border-color: rgb(95,195,86); }
td.TdClassName
{
border-color: #5FC356;
}
.TagClassName
{
border-color: #5FC356;
}
</style>