Shades of Apple #5FC73F
Tints of Apple #5FC73F
RGB
CMYK
RGB Variations
Color information
#5FC73F (or 0x5FC73F) is known color: Apple. HEX triplet: 5F, C7 and 3F. RGB value is (95,199,63). Sum of RGB (Red+Green+Blue) = 95+199+63=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC73F is #A038C0. Grayscale: #989898. Windows color (decimal): -10500289 or 4179807. OLE color: 4179807.
HSL color Cylindrical-coordinate representation of color #5FC73F: hue angle of 105.88º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FC73F is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 63 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.22 |
| HSL | 105.88º | 0.55% | 0.51% | - |
| HSV(B) | 105.88º | 0.68% | 0.78% | - |
| XYZ | 26.04 | 43.64 | 11.75 | - |
| YUV | 152.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 63 | 0.52 | 0 | 0.68 | 0.22 | 105.88 | 0.55 | 0.51 |
| Hex | 5F | C7 | 3F | 34 | 0 | 44 | 16 | 6A | 37 | 33 |
| Octal | 137 | 307 | 77 | 64 | 0 | 104 | 26 | 152 | 67 | 63 |
| Binary | 1011111 | 11000111 | 111111 | 110100 | 0 | 1000100 | 10110 | 1101010 | 110111 | 110011 |
Color Harmonies of #5FC73F
Complementary color
Monochromatic Colors of #5FC73F
Black with #5FC73F
Text Example
Text Example
White with #5FC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC73F; }
p { color: rgb(95,199,63); }
H1.HeaderClassName
{
color: #5FC73F;
}
.AnyTagClassName
{
color: #5FC73F;
}
</style>
background-color css
<style>
a { background-color: #5FC73F; }
a { background-color: rgb(95,199,63); }
div.DivClassName
{
background-color: #5FC73F;
}
.BgClassName
{
background-color: #5FC73F;
}
</style>
border-color css
<style>
span { border-color: #5FC73F; }
span { border-color: rgb(95,199,63); }
td.TdClassName
{
border-color: #5FC73F;
}
.TagClassName
{
border-color: #5FC73F;
}
</style>