Shades of Apple #5FD83F
Tints of Apple #5FD83F
RGB
CMYK
RGB Variations
Color information
#5FD83F (or 0x5FD83F) is known color: Apple. HEX triplet: 5F, D8 and 3F. RGB value is (95,216,63). Sum of RGB (Red+Green+Blue) = 95+216+63=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD83F is #A027C0. Grayscale: #A2A2A2. Windows color (decimal): -10495937 or 4184159. OLE color: 4184159.
HSL color Cylindrical-coordinate representation of color #5FD83F: hue angle of 107.45º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FD83F is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 63 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.15 |
| HSL | 107.45º | 0.66% | 0.55% | - |
| HSV(B) | 107.45º | 0.71% | 0.85% | - |
| XYZ | 30.17 | 51.9 | 13.13 | - |
| YUV | 162.38 | 71.91 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 63 | 0.56 | 0 | 0.71 | 0.15 | 107.45 | 0.66 | 0.55 |
| Hex | 5F | D8 | 3F | 38 | 0 | 47 | F | 6B | 42 | 37 |
| Octal | 137 | 330 | 77 | 70 | 0 | 107 | 17 | 153 | 102 | 67 |
| Binary | 1011111 | 11011000 | 111111 | 111000 | 0 | 1000111 | 1111 | 1101011 | 1000010 | 110111 |
Color Harmonies of #5FD83F
Complementary color
Monochromatic Colors of #5FD83F
Black with #5FD83F
Text Example
Text Example
White with #5FD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD83F; }
p { color: rgb(95,216,63); }
H1.HeaderClassName
{
color: #5FD83F;
}
.AnyTagClassName
{
color: #5FD83F;
}
</style>
background-color css
<style>
a { background-color: #5FD83F; }
a { background-color: rgb(95,216,63); }
div.DivClassName
{
background-color: #5FD83F;
}
.BgClassName
{
background-color: #5FD83F;
}
</style>
border-color css
<style>
span { border-color: #5FD83F; }
span { border-color: rgb(95,216,63); }
td.TdClassName
{
border-color: #5FD83F;
}
.TagClassName
{
border-color: #5FD83F;
}
</style>