Shades of Apple #5FD93F
Tints of Apple #5FD93F
RGB
CMYK
RGB Variations
Color information
#5FD93F (or 0x5FD93F) is known color: Apple. HEX triplet: 5F, D9 and 3F. RGB value is (95,217,63). Sum of RGB (Red+Green+Blue) = 95+217+63=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD93F is #A026C0. Grayscale: #A3A3A3. Windows color (decimal): -10495681 or 4184415. OLE color: 4184415.
HSL color Cylindrical-coordinate representation of color #5FD93F: hue angle of 107.53º degrees, saturation: 0.67, 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 #5FD93F is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 63 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.15 |
| HSL | 107.53º | 0.67% | 0.55% | - |
| HSV(B) | 107.53º | 0.71% | 0.85% | - |
| XYZ | 30.43 | 52.42 | 13.22 | - |
| YUV | 162.97 | 71.58 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 63 | 0.56 | 0 | 0.71 | 0.15 | 107.53 | 0.67 | 0.55 |
| Hex | 5F | D9 | 3F | 38 | 0 | 47 | F | 6C | 43 | 37 |
| Octal | 137 | 331 | 77 | 70 | 0 | 107 | 17 | 154 | 103 | 67 |
| Binary | 1011111 | 11011001 | 111111 | 111000 | 0 | 1000111 | 1111 | 1101100 | 1000011 | 110111 |
Color Harmonies of #5FD93F
Complementary color
Monochromatic Colors of #5FD93F
Black with #5FD93F
Text Example
Text Example
White with #5FD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD93F; }
p { color: rgb(95,217,63); }
H1.HeaderClassName
{
color: #5FD93F;
}
.AnyTagClassName
{
color: #5FD93F;
}
</style>
background-color css
<style>
a { background-color: #5FD93F; }
a { background-color: rgb(95,217,63); }
div.DivClassName
{
background-color: #5FD93F;
}
.BgClassName
{
background-color: #5FD93F;
}
</style>
border-color css
<style>
span { border-color: #5FD93F; }
span { border-color: rgb(95,217,63); }
td.TdClassName
{
border-color: #5FD93F;
}
.TagClassName
{
border-color: #5FD93F;
}
</style>