Shades of Apple #5FC055
Tints of Apple #5FC055
RGB
CMYK
RGB Variations
Color information
#5FC055 (or 0x5FC055) is known color: Apple. HEX triplet: 5F, C0 and 55. RGB value is (95,192,85). Sum of RGB (Red+Green+Blue) = 95+192+85=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC055 is #A03FAA. Grayscale: #979797. Windows color (decimal): -10502059 or 5619807. OLE color: 5619807.
HSL color Cylindrical-coordinate representation of color #5FC055: hue angle of 114.39º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FC055 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 85 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.25 |
| HSL | 114.39º | 0.46% | 0.54% | - |
| HSV(B) | 114.39º | 0.56% | 0.75% | - |
| XYZ | 25.21 | 40.79 | 15.14 | - |
| YUV | 150.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 85 | 0.51 | 0 | 0.56 | 0.25 | 114.39 | 0.46 | 0.54 |
| Hex | 5F | C0 | 55 | 33 | 0 | 38 | 19 | 72 | 2E | 36 |
| Octal | 137 | 300 | 125 | 63 | 0 | 70 | 31 | 162 | 56 | 66 |
| Binary | 1011111 | 11000000 | 1010101 | 110011 | 0 | 111000 | 11001 | 1110010 | 101110 | 110110 |
Color Harmonies of #5FC055
Complementary color
Monochromatic Colors of #5FC055
Black with #5FC055
Text Example
Text Example
White with #5FC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC055; }
p { color: rgb(95,192,85); }
H1.HeaderClassName
{
color: #5FC055;
}
.AnyTagClassName
{
color: #5FC055;
}
</style>
background-color css
<style>
a { background-color: #5FC055; }
a { background-color: rgb(95,192,85); }
div.DivClassName
{
background-color: #5FC055;
}
.BgClassName
{
background-color: #5FC055;
}
</style>
border-color css
<style>
span { border-color: #5FC055; }
span { border-color: rgb(95,192,85); }
td.TdClassName
{
border-color: #5FC055;
}
.TagClassName
{
border-color: #5FC055;
}
</style>