Shades of Apple #5FD13E
Tints of Apple #5FD13E
RGB
CMYK
RGB Variations
Color information
#5FD13E (or 0x5FD13E) is known color: Apple. HEX triplet: 5F, D1 and 3E. RGB value is (95,209,62). Sum of RGB (Red+Green+Blue) = 95+209+62=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD13E is #A02EC1. Grayscale: #9E9E9E. Windows color (decimal): -10497730 or 4116831. OLE color: 4116831.
HSL color Cylindrical-coordinate representation of color #5FD13E: hue angle of 106.53º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FD13E is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 62 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.18 |
| HSL | 106.53º | 0.62% | 0.53% | - |
| HSV(B) | 106.53º | 0.7% | 0.82% | - |
| XYZ | 28.39 | 48.38 | 12.4 | - |
| YUV | 158.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 62 | 0.55 | 0 | 0.70 | 0.18 | 106.53 | 0.62 | 0.53 |
| Hex | 5F | D1 | 3E | 37 | 0 | 46 | 12 | 6B | 3E | 35 |
| Octal | 137 | 321 | 76 | 67 | 0 | 106 | 22 | 153 | 76 | 65 |
| Binary | 1011111 | 11010001 | 111110 | 110111 | 0 | 1000110 | 10010 | 1101011 | 111110 | 110101 |
Color Harmonies of #5FD13E
Complementary color
Monochromatic Colors of #5FD13E
Black with #5FD13E
Text Example
Text Example
White with #5FD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD13E; }
p { color: rgb(95,209,62); }
H1.HeaderClassName
{
color: #5FD13E;
}
.AnyTagClassName
{
color: #5FD13E;
}
</style>
background-color css
<style>
a { background-color: #5FD13E; }
a { background-color: rgb(95,209,62); }
div.DivClassName
{
background-color: #5FD13E;
}
.BgClassName
{
background-color: #5FD13E;
}
</style>
border-color css
<style>
span { border-color: #5FD13E; }
span { border-color: rgb(95,209,62); }
td.TdClassName
{
border-color: #5FD13E;
}
.TagClassName
{
border-color: #5FD13E;
}
</style>