Shades of Apple #5FD938
Tints of Apple #5FD938
RGB
CMYK
RGB Variations
Color information
#5FD938 (or 0x5FD938) is known color: Apple. HEX triplet: 5F, D9 and 38. RGB value is (95,217,56). Sum of RGB (Red+Green+Blue) = 95+217+56=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD938 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD938 is #A026C7. Grayscale: #A2A2A2. Windows color (decimal): -10495688 or 3725663. OLE color: 3725663.
HSL color Cylindrical-coordinate representation of color #5FD938: hue angle of 105.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FD938 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 56 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.15 |
| HSL | 105.47º | 0.68% | 0.54% | - |
| HSV(B) | 105.47º | 0.74% | 0.85% | - |
| XYZ | 30.25 | 52.34 | 12.25 | - |
| YUV | 162.17 | 68.08 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 56 | 0.56 | 0 | 0.74 | 0.15 | 105.47 | 0.68 | 0.54 |
| Hex | 5F | D9 | 38 | 38 | 0 | 4A | F | 69 | 44 | 36 |
| Octal | 137 | 331 | 70 | 70 | 0 | 112 | 17 | 151 | 104 | 66 |
| Binary | 1011111 | 11011001 | 111000 | 111000 | 0 | 1001010 | 1111 | 1101001 | 1000100 | 110110 |
Color Harmonies of #5FD938
Complementary color
Monochromatic Colors of #5FD938
Black with #5FD938
Text Example
Text Example
White with #5FD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD938; }
p { color: rgb(95,217,56); }
H1.HeaderClassName
{
color: #5FD938;
}
.AnyTagClassName
{
color: #5FD938;
}
</style>
background-color css
<style>
a { background-color: #5FD938; }
a { background-color: rgb(95,217,56); }
div.DivClassName
{
background-color: #5FD938;
}
.BgClassName
{
background-color: #5FD938;
}
</style>
border-color css
<style>
span { border-color: #5FD938; }
span { border-color: rgb(95,217,56); }
td.TdClassName
{
border-color: #5FD938;
}
.TagClassName
{
border-color: #5FD938;
}
</style>