Shades of Apple #5FE138
Tints of Apple #5FE138
RGB
CMYK
RGB Variations
Color information
#5FE138 (or 0x5FE138) is known color: Apple. HEX triplet: 5F, E1 and 38. RGB value is (95,225,56). Sum of RGB (Red+Green+Blue) = 95+225+56=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 225 (88.28% from 255 or 59.84% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE138 is #A01EC7. Grayscale: #A7A7A7. Windows color (decimal): -10493640 or 3727711. OLE color: 3727711.
HSL color Cylindrical-coordinate representation of color #5FE138: hue angle of 106.15º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FE138 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 56 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.12 |
| HSL | 106.15º | 0.74% | 0.55% | - |
| HSV(B) | 106.15º | 0.75% | 0.88% | - |
| XYZ | 32.36 | 56.57 | 12.95 | - |
| YUV | 166.86 | 65.43 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 56 | 0.58 | 0 | 0.75 | 0.12 | 106.15 | 0.74 | 0.55 |
| Hex | 5F | E1 | 38 | 3A | 0 | 4B | C | 6A | 4A | 37 |
| Octal | 137 | 341 | 70 | 72 | 0 | 113 | 14 | 152 | 112 | 67 |
| Binary | 1011111 | 11100001 | 111000 | 111010 | 0 | 1001011 | 1100 | 1101010 | 1001010 | 110111 |
Color Harmonies of #5FE138
Complementary color
Monochromatic Colors of #5FE138
Black with #5FE138
Text Example
Text Example
White with #5FE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE138; }
p { color: rgb(95,225,56); }
H1.HeaderClassName
{
color: #5FE138;
}
.AnyTagClassName
{
color: #5FE138;
}
</style>
background-color css
<style>
a { background-color: #5FE138; }
a { background-color: rgb(95,225,56); }
div.DivClassName
{
background-color: #5FE138;
}
.BgClassName
{
background-color: #5FE138;
}
</style>
border-color css
<style>
span { border-color: #5FE138; }
span { border-color: rgb(95,225,56); }
td.TdClassName
{
border-color: #5FE138;
}
.TagClassName
{
border-color: #5FE138;
}
</style>