Shades of Apple #5FC153
Tints of Apple #5FC153
RGB
CMYK
RGB Variations
Color information
#5FC153 (or 0x5FC153) is known color: Apple. HEX triplet: 5F, C1 and 53. RGB value is (95,193,83). Sum of RGB (Red+Green+Blue) = 95+193+83=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC153 is #A03EAC. Grayscale: #979797. Windows color (decimal): -10501805 or 5488991. OLE color: 5488991.
HSL color Cylindrical-coordinate representation of color #5FC153: hue angle of 113.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FC153 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 83 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.24 |
| HSL | 113.45º | 0.47% | 0.54% | - |
| HSV(B) | 113.45º | 0.57% | 0.76% | - |
| XYZ | 25.35 | 41.2 | 14.8 | - |
| YUV | 151.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 83 | 0.51 | 0 | 0.57 | 0.24 | 113.45 | 0.47 | 0.54 |
| Hex | 5F | C1 | 53 | 33 | 0 | 39 | 18 | 71 | 2F | 36 |
| Octal | 137 | 301 | 123 | 63 | 0 | 71 | 30 | 161 | 57 | 66 |
| Binary | 1011111 | 11000001 | 1010011 | 110011 | 0 | 111001 | 11000 | 1110001 | 101111 | 110110 |
Color Harmonies of #5FC153
Complementary color
Monochromatic Colors of #5FC153
Black with #5FC153
Text Example
Text Example
White with #5FC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC153; }
p { color: rgb(95,193,83); }
H1.HeaderClassName
{
color: #5FC153;
}
.AnyTagClassName
{
color: #5FC153;
}
</style>
background-color css
<style>
a { background-color: #5FC153; }
a { background-color: rgb(95,193,83); }
div.DivClassName
{
background-color: #5FC153;
}
.BgClassName
{
background-color: #5FC153;
}
</style>
border-color css
<style>
span { border-color: #5FC153; }
span { border-color: rgb(95,193,83); }
td.TdClassName
{
border-color: #5FC153;
}
.TagClassName
{
border-color: #5FC153;
}
</style>