Shades of Apple #5FCF49
Tints of Apple #5FCF49
RGB
CMYK
RGB Variations
Color information
#5FCF49 (or 0x5FCF49) is known color: Apple. HEX triplet: 5F, CF and 49. RGB value is (95,207,73). Sum of RGB (Red+Green+Blue) = 95+207+73=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCF49 is #A030B6. Grayscale: #9E9E9E. Windows color (decimal): -10498231 or 4837215. OLE color: 4837215.
HSL color Cylindrical-coordinate representation of color #5FCF49: hue angle of 110.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FCF49 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 73 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.19 |
| HSL | 110.15º | 0.58% | 0.55% | - |
| HSV(B) | 110.15º | 0.65% | 0.81% | - |
| XYZ | 28.23 | 47.54 | 13.99 | - |
| YUV | 158.24 | 79.89 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 73 | 0.54 | 0 | 0.65 | 0.19 | 110.15 | 0.58 | 0.55 |
| Hex | 5F | CF | 49 | 36 | 0 | 41 | 13 | 6E | 3A | 37 |
| Octal | 137 | 317 | 111 | 66 | 0 | 101 | 23 | 156 | 72 | 67 |
| Binary | 1011111 | 11001111 | 1001001 | 110110 | 0 | 1000001 | 10011 | 1101110 | 111010 | 110111 |
Color Harmonies of #5FCF49
Complementary color
Monochromatic Colors of #5FCF49
Black with #5FCF49
Text Example
Text Example
White with #5FCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF49; }
p { color: rgb(95,207,73); }
H1.HeaderClassName
{
color: #5FCF49;
}
.AnyTagClassName
{
color: #5FCF49;
}
</style>
background-color css
<style>
a { background-color: #5FCF49; }
a { background-color: rgb(95,207,73); }
div.DivClassName
{
background-color: #5FCF49;
}
.BgClassName
{
background-color: #5FCF49;
}
</style>
border-color css
<style>
span { border-color: #5FCF49; }
span { border-color: rgb(95,207,73); }
td.TdClassName
{
border-color: #5FCF49;
}
.TagClassName
{
border-color: #5FCF49;
}
</style>