Shades of Apple #5FD84C
Tints of Apple #5FD84C
RGB
CMYK
RGB Variations
Color information
#5FD84C (or 0x5FD84C) is known color: Apple. HEX triplet: 5F, D8 and 4C. RGB value is (95,216,76). Sum of RGB (Red+Green+Blue) = 95+216+76=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD84C is #A027B3. Grayscale: #A4A4A4. Windows color (decimal): -10495924 or 5036127. OLE color: 5036127.
HSL color Cylindrical-coordinate representation of color #5FD84C: hue angle of 111.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FD84C is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 76 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.15 |
| HSL | 111.86º | 0.64% | 0.57% | - |
| HSV(B) | 111.86º | 0.65% | 0.85% | - |
| XYZ | 30.58 | 52.07 | 15.28 | - |
| YUV | 163.86 | 78.41 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 76 | 0.56 | 0 | 0.65 | 0.15 | 111.86 | 0.64 | 0.57 |
| Hex | 5F | D8 | 4C | 38 | 0 | 41 | F | 70 | 40 | 39 |
| Octal | 137 | 330 | 114 | 70 | 0 | 101 | 17 | 160 | 100 | 71 |
| Binary | 1011111 | 11011000 | 1001100 | 111000 | 0 | 1000001 | 1111 | 1110000 | 1000000 | 111001 |
Color Harmonies of #5FD84C
Complementary color
Monochromatic Colors of #5FD84C
Black with #5FD84C
Text Example
Text Example
White with #5FD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD84C; }
p { color: rgb(95,216,76); }
H1.HeaderClassName
{
color: #5FD84C;
}
.AnyTagClassName
{
color: #5FD84C;
}
</style>
background-color css
<style>
a { background-color: #5FD84C; }
a { background-color: rgb(95,216,76); }
div.DivClassName
{
background-color: #5FD84C;
}
.BgClassName
{
background-color: #5FD84C;
}
</style>
border-color css
<style>
span { border-color: #5FD84C; }
span { border-color: rgb(95,216,76); }
td.TdClassName
{
border-color: #5FD84C;
}
.TagClassName
{
border-color: #5FD84C;
}
</style>