Shades of Apple #5FD139
Tints of Apple #5FD139
RGB
CMYK
RGB Variations
Color information
#5FD139 (or 0x5FD139) is known color: Apple. HEX triplet: 5F, D1 and 39. RGB value is (95,209,57). Sum of RGB (Red+Green+Blue) = 95+209+57=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD139 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD139 is #A02EC6. Grayscale: #9E9E9E. Windows color (decimal): -10497735 or 3789151. OLE color: 3789151.
HSL color Cylindrical-coordinate representation of color #5FD139: hue angle of 105º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FD139 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 57 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.18 |
| HSL | 105º | 0.62% | 0.52% | - |
| HSV(B) | 105º | 0.73% | 0.82% | - |
| XYZ | 28.26 | 48.33 | 11.71 | - |
| YUV | 157.59 | 71.23 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 57 | 0.55 | 0 | 0.73 | 0.18 | 105 | 0.62 | 0.52 |
| Hex | 5F | D1 | 39 | 37 | 0 | 49 | 12 | 69 | 3E | 34 |
| Octal | 137 | 321 | 71 | 67 | 0 | 111 | 22 | 151 | 76 | 64 |
| Binary | 1011111 | 11010001 | 111001 | 110111 | 0 | 1001001 | 10010 | 1101001 | 111110 | 110100 |
Color Harmonies of #5FD139
Complementary color
Monochromatic Colors of #5FD139
Black with #5FD139
Text Example
Text Example
White with #5FD139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD139; }
p { color: rgb(95,209,57); }
H1.HeaderClassName
{
color: #5FD139;
}
.AnyTagClassName
{
color: #5FD139;
}
</style>
background-color css
<style>
a { background-color: #5FD139; }
a { background-color: rgb(95,209,57); }
div.DivClassName
{
background-color: #5FD139;
}
.BgClassName
{
background-color: #5FD139;
}
</style>
border-color css
<style>
span { border-color: #5FD139; }
span { border-color: rgb(95,209,57); }
td.TdClassName
{
border-color: #5FD139;
}
.TagClassName
{
border-color: #5FD139;
}
</style>