Shades of Apple #5FC953
Tints of Apple #5FC953
RGB
CMYK
RGB Variations
Color information
#5FC953 (or 0x5FC953) is known color: Apple. HEX triplet: 5F, C9 and 53. RGB value is (95,201,83). Sum of RGB (Red+Green+Blue) = 95+201+83=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC953 is #A036AC. Grayscale: #9C9C9C. Windows color (decimal): -10499757 or 5491039. OLE color: 5491039.
HSL color Cylindrical-coordinate representation of color #5FC953: hue angle of 113.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FC953 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 83 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.21 |
| HSL | 113.9º | 0.52% | 0.56% | - |
| HSV(B) | 113.9º | 0.59% | 0.79% | - |
| XYZ | 27.17 | 44.83 | 15.4 | - |
| YUV | 155.85 | 86.88 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 83 | 0.53 | 0 | 0.59 | 0.21 | 113.9 | 0.52 | 0.56 |
| Hex | 5F | C9 | 53 | 35 | 0 | 3B | 15 | 72 | 34 | 38 |
| Octal | 137 | 311 | 123 | 65 | 0 | 73 | 25 | 162 | 64 | 70 |
| Binary | 1011111 | 11001001 | 1010011 | 110101 | 0 | 111011 | 10101 | 1110010 | 110100 | 111000 |
Color Harmonies of #5FC953
Complementary color
Monochromatic Colors of #5FC953
Black with #5FC953
Text Example
Text Example
White with #5FC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC953; }
p { color: rgb(95,201,83); }
H1.HeaderClassName
{
color: #5FC953;
}
.AnyTagClassName
{
color: #5FC953;
}
</style>
background-color css
<style>
a { background-color: #5FC953; }
a { background-color: rgb(95,201,83); }
div.DivClassName
{
background-color: #5FC953;
}
.BgClassName
{
background-color: #5FC953;
}
</style>
border-color css
<style>
span { border-color: #5FC953; }
span { border-color: rgb(95,201,83); }
td.TdClassName
{
border-color: #5FC953;
}
.TagClassName
{
border-color: #5FC953;
}
</style>