Shades of Apple #5FD936
Tints of Apple #5FD936
RGB
CMYK
RGB Variations
Color information
#5FD936 (or 0x5FD936) is known color: Apple. HEX triplet: 5F, D9 and 36. RGB value is (95,217,54). Sum of RGB (Red+Green+Blue) = 95+217+54=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD936 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD936 is #A026C9. Grayscale: #A2A2A2. Windows color (decimal): -10495690 or 3594591. OLE color: 3594591.
HSL color Cylindrical-coordinate representation of color #5FD936: hue angle of 104.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FD936 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 54 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.15 |
| HSL | 104.91º | 0.68% | 0.53% | - |
| HSV(B) | 104.91º | 0.75% | 0.85% | - |
| XYZ | 30.2 | 52.32 | 12 | - |
| YUV | 161.94 | 67.08 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 54 | 0.56 | 0 | 0.75 | 0.15 | 104.91 | 0.68 | 0.53 |
| Hex | 5F | D9 | 36 | 38 | 0 | 4B | F | 69 | 44 | 35 |
| Octal | 137 | 331 | 66 | 70 | 0 | 113 | 17 | 151 | 104 | 65 |
| Binary | 1011111 | 11011001 | 110110 | 111000 | 0 | 1001011 | 1111 | 1101001 | 1000100 | 110101 |
Color Harmonies of #5FD936
Complementary color
Monochromatic Colors of #5FD936
Black with #5FD936
Text Example
Text Example
White with #5FD936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD936; }
p { color: rgb(95,217,54); }
H1.HeaderClassName
{
color: #5FD936;
}
.AnyTagClassName
{
color: #5FD936;
}
</style>
background-color css
<style>
a { background-color: #5FD936; }
a { background-color: rgb(95,217,54); }
div.DivClassName
{
background-color: #5FD936;
}
.BgClassName
{
background-color: #5FD936;
}
</style>
border-color css
<style>
span { border-color: #5FD936; }
span { border-color: rgb(95,217,54); }
td.TdClassName
{
border-color: #5FD936;
}
.TagClassName
{
border-color: #5FD936;
}
</style>