Shades of Apple #5FD832
Tints of Apple #5FD832
RGB
CMYK
RGB Variations
Color information
#5FD832 (or 0x5FD832) is known color: Apple. HEX triplet: 5F, D8 and 32. RGB value is (95,216,50). Sum of RGB (Red+Green+Blue) = 95+216+50=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD832 is #A027CD. Grayscale: #A1A1A1. Windows color (decimal): -10495950 or 3332191. OLE color: 3332191.
HSL color Cylindrical-coordinate representation of color #5FD832: hue angle of 103.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FD832 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 50 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.15 |
| HSL | 103.73º | 0.68% | 0.52% | - |
| HSV(B) | 103.73º | 0.77% | 0.85% | - |
| XYZ | 29.85 | 51.77 | 11.44 | - |
| YUV | 160.9 | 65.41 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 50 | 0.56 | 0 | 0.77 | 0.15 | 103.73 | 0.68 | 0.52 |
| Hex | 5F | D8 | 32 | 38 | 0 | 4D | F | 68 | 44 | 34 |
| Octal | 137 | 330 | 62 | 70 | 0 | 115 | 17 | 150 | 104 | 64 |
| Binary | 1011111 | 11011000 | 110010 | 111000 | 0 | 1001101 | 1111 | 1101000 | 1000100 | 110100 |
Color Harmonies of #5FD832
Complementary color
Monochromatic Colors of #5FD832
Black with #5FD832
Text Example
Text Example
White with #5FD832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD832; }
p { color: rgb(95,216,50); }
H1.HeaderClassName
{
color: #5FD832;
}
.AnyTagClassName
{
color: #5FD832;
}
</style>
background-color css
<style>
a { background-color: #5FD832; }
a { background-color: rgb(95,216,50); }
div.DivClassName
{
background-color: #5FD832;
}
.BgClassName
{
background-color: #5FD832;
}
</style>
border-color css
<style>
span { border-color: #5FD832; }
span { border-color: rgb(95,216,50); }
td.TdClassName
{
border-color: #5FD832;
}
.TagClassName
{
border-color: #5FD832;
}
</style>