Shades of Apple #5FE144
Tints of Apple #5FE144
RGB
CMYK
RGB Variations
Color information
#5FE144 (or 0x5FE144) is known color: Apple. HEX triplet: 5F, E1 and 44. RGB value is (95,225,68). Sum of RGB (Red+Green+Blue) = 95+225+68=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE144 is #A01EBB. Grayscale: #A8A8A8. Windows color (decimal): -10493628 or 4514143. OLE color: 4514143.
HSL color Cylindrical-coordinate representation of color #5FE144: hue angle of 109.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FE144 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 68 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.12 |
| HSL | 109.68º | 0.72% | 0.57% | - |
| HSV(B) | 109.68º | 0.7% | 0.88% | - |
| XYZ | 32.69 | 56.7 | 14.69 | - |
| YUV | 168.23 | 71.43 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 68 | 0.58 | 0 | 0.70 | 0.12 | 109.68 | 0.72 | 0.57 |
| Hex | 5F | E1 | 44 | 3A | 0 | 46 | C | 6E | 48 | 39 |
| Octal | 137 | 341 | 104 | 72 | 0 | 106 | 14 | 156 | 110 | 71 |
| Binary | 1011111 | 11100001 | 1000100 | 111010 | 0 | 1000110 | 1100 | 1101110 | 1001000 | 111001 |
Color Harmonies of #5FE144
Complementary color
Monochromatic Colors of #5FE144
Black with #5FE144
Text Example
Text Example
White with #5FE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE144; }
p { color: rgb(95,225,68); }
H1.HeaderClassName
{
color: #5FE144;
}
.AnyTagClassName
{
color: #5FE144;
}
</style>
background-color css
<style>
a { background-color: #5FE144; }
a { background-color: rgb(95,225,68); }
div.DivClassName
{
background-color: #5FE144;
}
.BgClassName
{
background-color: #5FE144;
}
</style>
border-color css
<style>
span { border-color: #5FE144; }
span { border-color: rgb(95,225,68); }
td.TdClassName
{
border-color: #5FE144;
}
.TagClassName
{
border-color: #5FE144;
}
</style>