Shades of Apple #5FE13F
Tints of Apple #5FE13F
RGB
CMYK
RGB Variations
Color information
#5FE13F (or 0x5FE13F) is known color: Apple. HEX triplet: 5F, E1 and 3F. RGB value is (95,225,63). Sum of RGB (Red+Green+Blue) = 95+225+63=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE13F is #A01EC0. Grayscale: #A8A8A8. Windows color (decimal): -10493633 or 4186463. OLE color: 4186463.
HSL color Cylindrical-coordinate representation of color #5FE13F: hue angle of 108.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FE13F is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 63 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.12 |
| HSL | 108.15º | 0.73% | 0.56% | - |
| HSV(B) | 108.15º | 0.72% | 0.88% | - |
| XYZ | 32.54 | 56.64 | 13.92 | - |
| YUV | 167.66 | 68.93 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 63 | 0.58 | 0 | 0.72 | 0.12 | 108.15 | 0.73 | 0.56 |
| Hex | 5F | E1 | 3F | 3A | 0 | 48 | C | 6C | 49 | 38 |
| Octal | 137 | 341 | 77 | 72 | 0 | 110 | 14 | 154 | 111 | 70 |
| Binary | 1011111 | 11100001 | 111111 | 111010 | 0 | 1001000 | 1100 | 1101100 | 1001001 | 111000 |
Color Harmonies of #5FE13F
Complementary color
Monochromatic Colors of #5FE13F
Black with #5FE13F
Text Example
Text Example
White with #5FE13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE13F; }
p { color: rgb(95,225,63); }
H1.HeaderClassName
{
color: #5FE13F;
}
.AnyTagClassName
{
color: #5FE13F;
}
</style>
background-color css
<style>
a { background-color: #5FE13F; }
a { background-color: rgb(95,225,63); }
div.DivClassName
{
background-color: #5FE13F;
}
.BgClassName
{
background-color: #5FE13F;
}
</style>
border-color css
<style>
span { border-color: #5FE13F; }
span { border-color: rgb(95,225,63); }
td.TdClassName
{
border-color: #5FE13F;
}
.TagClassName
{
border-color: #5FE13F;
}
</style>