Shades of Apple #5FD83D
Tints of Apple #5FD83D
RGB
CMYK
RGB Variations
Color information
#5FD83D (or 0x5FD83D) is known color: Apple. HEX triplet: 5F, D8 and 3D. RGB value is (95,216,61). Sum of RGB (Red+Green+Blue) = 95+216+61=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD83D is #A027C2. Grayscale: #A2A2A2. Windows color (decimal): -10495939 or 4053087. OLE color: 4053087.
HSL color Cylindrical-coordinate representation of color #5FD83D: hue angle of 106.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FD83D is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 61 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.15 |
| HSL | 106.84º | 0.67% | 0.54% | - |
| HSV(B) | 106.84º | 0.72% | 0.85% | - |
| XYZ | 30.12 | 51.88 | 12.84 | - |
| YUV | 162.15 | 70.91 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 61 | 0.56 | 0 | 0.72 | 0.15 | 106.84 | 0.67 | 0.54 |
| Hex | 5F | D8 | 3D | 38 | 0 | 48 | F | 6B | 43 | 36 |
| Octal | 137 | 330 | 75 | 70 | 0 | 110 | 17 | 153 | 103 | 66 |
| Binary | 1011111 | 11011000 | 111101 | 111000 | 0 | 1001000 | 1111 | 1101011 | 1000011 | 110110 |
Color Harmonies of #5FD83D
Complementary color
Monochromatic Colors of #5FD83D
Black with #5FD83D
Text Example
Text Example
White with #5FD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD83D; }
p { color: rgb(95,216,61); }
H1.HeaderClassName
{
color: #5FD83D;
}
.AnyTagClassName
{
color: #5FD83D;
}
</style>
background-color css
<style>
a { background-color: #5FD83D; }
a { background-color: rgb(95,216,61); }
div.DivClassName
{
background-color: #5FD83D;
}
.BgClassName
{
background-color: #5FD83D;
}
</style>
border-color css
<style>
span { border-color: #5FD83D; }
span { border-color: rgb(95,216,61); }
td.TdClassName
{
border-color: #5FD83D;
}
.TagClassName
{
border-color: #5FD83D;
}
</style>