Shades of Apple #5FCF53
Tints of Apple #5FCF53
RGB
CMYK
RGB Variations
Color information
#5FCF53 (or 0x5FCF53) is known color: Apple. HEX triplet: 5F, CF and 53. RGB value is (95,207,83). Sum of RGB (Red+Green+Blue) = 95+207+83=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF53 is #A030AC. Grayscale: #9F9F9F. Windows color (decimal): -10498221 or 5492575. OLE color: 5492575.
HSL color Cylindrical-coordinate representation of color #5FCF53: hue angle of 114.19º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCF53 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 83 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.19 |
| HSL | 114.19º | 0.56% | 0.57% | - |
| HSV(B) | 114.19º | 0.6% | 0.81% | - |
| XYZ | 28.59 | 47.68 | 15.88 | - |
| YUV | 159.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 83 | 0.54 | 0 | 0.60 | 0.19 | 114.19 | 0.56 | 0.57 |
| Hex | 5F | CF | 53 | 36 | 0 | 3C | 13 | 72 | 38 | 39 |
| Octal | 137 | 317 | 123 | 66 | 0 | 74 | 23 | 162 | 70 | 71 |
| Binary | 1011111 | 11001111 | 1010011 | 110110 | 0 | 111100 | 10011 | 1110010 | 111000 | 111001 |
Color Harmonies of #5FCF53
Complementary color
Monochromatic Colors of #5FCF53
Black with #5FCF53
Text Example
Text Example
White with #5FCF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF53; }
p { color: rgb(95,207,83); }
H1.HeaderClassName
{
color: #5FCF53;
}
.AnyTagClassName
{
color: #5FCF53;
}
</style>
background-color css
<style>
a { background-color: #5FCF53; }
a { background-color: rgb(95,207,83); }
div.DivClassName
{
background-color: #5FCF53;
}
.BgClassName
{
background-color: #5FCF53;
}
</style>
border-color css
<style>
span { border-color: #5FCF53; }
span { border-color: rgb(95,207,83); }
td.TdClassName
{
border-color: #5FCF53;
}
.TagClassName
{
border-color: #5FCF53;
}
</style>