Shades of Apple #5FE240
Tints of Apple #5FE240
RGB
CMYK
RGB Variations
Color information
#5FE240 (or 0x5FE240) is known color: Apple. HEX triplet: 5F, E2 and 40. RGB value is (95,226,64). Sum of RGB (Red+Green+Blue) = 95+226+64=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 226 (88.67% from 255 or 58.70% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE240 is #A01DBF. Grayscale: #A8A8A8. Windows color (decimal): -10493376 or 4252255. OLE color: 4252255.
HSL color Cylindrical-coordinate representation of color #5FE240: hue angle of 108.52º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FE240 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 64 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.11 |
| HSL | 108.52º | 0.74% | 0.57% | - |
| HSV(B) | 108.52º | 0.72% | 0.89% | - |
| XYZ | 32.84 | 57.2 | 14.16 | - |
| YUV | 168.36 | 69.1 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 64 | 0.58 | 0 | 0.72 | 0.11 | 108.52 | 0.74 | 0.57 |
| Hex | 5F | E2 | 40 | 3A | 0 | 48 | B | 6D | 4A | 39 |
| Octal | 137 | 342 | 100 | 72 | 0 | 110 | 13 | 155 | 112 | 71 |
| Binary | 1011111 | 11100010 | 1000000 | 111010 | 0 | 1001000 | 1011 | 1101101 | 1001010 | 111001 |
Color Harmonies of #5FE240
Complementary color
Monochromatic Colors of #5FE240
Black with #5FE240
Text Example
Text Example
White with #5FE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE240; }
p { color: rgb(95,226,64); }
H1.HeaderClassName
{
color: #5FE240;
}
.AnyTagClassName
{
color: #5FE240;
}
</style>
background-color css
<style>
a { background-color: #5FE240; }
a { background-color: rgb(95,226,64); }
div.DivClassName
{
background-color: #5FE240;
}
.BgClassName
{
background-color: #5FE240;
}
</style>
border-color css
<style>
span { border-color: #5FE240; }
span { border-color: rgb(95,226,64); }
td.TdClassName
{
border-color: #5FE240;
}
.TagClassName
{
border-color: #5FE240;
}
</style>