Shades of Apple #5FB655
Tints of Apple #5FB655
RGB
CMYK
RGB Variations
Color information
#5FB655 (or 0x5FB655) is known color: Apple. HEX triplet: 5F, B6 and 55. RGB value is (95,182,85). Sum of RGB (Red+Green+Blue) = 95+182+85=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB655 is #A049AA. Grayscale: #919191. Windows color (decimal): -10504619 or 5617247. OLE color: 5617247.
HSL color Cylindrical-coordinate representation of color #5FB655: hue angle of 113.81º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FB655 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 182 | 85 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.29 |
| HSL | 113.81º | 0.4% | 0.52% | - |
| HSV(B) | 113.81º | 0.53% | 0.71% | - |
| XYZ | 23.09 | 36.54 | 14.43 | - |
| YUV | 144.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 182 | 85 | 0.48 | 0 | 0.53 | 0.29 | 113.81 | 0.4 | 0.52 |
| Hex | 5F | B6 | 55 | 30 | 0 | 35 | 1D | 72 | 28 | 34 |
| Octal | 137 | 266 | 125 | 60 | 0 | 65 | 35 | 162 | 50 | 64 |
| Binary | 1011111 | 10110110 | 1010101 | 110000 | 0 | 110101 | 11101 | 1110010 | 101000 | 110100 |
Color Harmonies of #5FB655
Complementary color
Monochromatic Colors of #5FB655
Black with #5FB655
Text Example
Text Example
White with #5FB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB655; }
p { color: rgb(95,182,85); }
H1.HeaderClassName
{
color: #5FB655;
}
.AnyTagClassName
{
color: #5FB655;
}
</style>
background-color css
<style>
a { background-color: #5FB655; }
a { background-color: rgb(95,182,85); }
div.DivClassName
{
background-color: #5FB655;
}
.BgClassName
{
background-color: #5FB655;
}
</style>
border-color css
<style>
span { border-color: #5FB655; }
span { border-color: rgb(95,182,85); }
td.TdClassName
{
border-color: #5FB655;
}
.TagClassName
{
border-color: #5FB655;
}
</style>