Shades of Apple #5FC954
Tints of Apple #5FC954
RGB
CMYK
RGB Variations
Color information
#5FC954 (or 0x5FC954) is known color: Apple. HEX triplet: 5F, C9 and 54. RGB value is (95,201,84). Sum of RGB (Red+Green+Blue) = 95+201+84=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC954 is #A036AB. Grayscale: #9C9C9C. Windows color (decimal): -10499756 or 5556575. OLE color: 5556575.
HSL color Cylindrical-coordinate representation of color #5FC954: hue angle of 114.36º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FC954 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 84 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.21 |
| HSL | 114.36º | 0.52% | 0.56% | - |
| HSV(B) | 114.36º | 0.58% | 0.79% | - |
| XYZ | 27.21 | 44.85 | 15.61 | - |
| YUV | 155.97 | 87.38 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 84 | 0.53 | 0 | 0.58 | 0.21 | 114.36 | 0.52 | 0.56 |
| Hex | 5F | C9 | 54 | 35 | 0 | 3A | 15 | 72 | 34 | 38 |
| Octal | 137 | 311 | 124 | 65 | 0 | 72 | 25 | 162 | 64 | 70 |
| Binary | 1011111 | 11001001 | 1010100 | 110101 | 0 | 111010 | 10101 | 1110010 | 110100 | 111000 |
Color Harmonies of #5FC954
Complementary color
Monochromatic Colors of #5FC954
Black with #5FC954
Text Example
Text Example
White with #5FC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC954; }
p { color: rgb(95,201,84); }
H1.HeaderClassName
{
color: #5FC954;
}
.AnyTagClassName
{
color: #5FC954;
}
</style>
background-color css
<style>
a { background-color: #5FC954; }
a { background-color: rgb(95,201,84); }
div.DivClassName
{
background-color: #5FC954;
}
.BgClassName
{
background-color: #5FC954;
}
</style>
border-color css
<style>
span { border-color: #5FC954; }
span { border-color: rgb(95,201,84); }
td.TdClassName
{
border-color: #5FC954;
}
.TagClassName
{
border-color: #5FC954;
}
</style>