Shades of Apple #5FD438
Tints of Apple #5FD438
RGB
CMYK
RGB Variations
Color information
#5FD438 (or 0x5FD438) is known color: Apple. HEX triplet: 5F, D4 and 38. RGB value is (95,212,56). Sum of RGB (Red+Green+Blue) = 95+212+56=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD438 is #A02BC7. Grayscale: #9F9F9F. Windows color (decimal): -10496968 or 3724383. OLE color: 3724383.
HSL color Cylindrical-coordinate representation of color #5FD438: hue angle of 105º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FD438 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 56 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.17 |
| HSL | 105º | 0.64% | 0.53% | - |
| HSV(B) | 105º | 0.74% | 0.83% | - |
| XYZ | 28.98 | 49.81 | 11.83 | - |
| YUV | 159.23 | 69.74 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 56 | 0.55 | 0 | 0.74 | 0.17 | 105 | 0.64 | 0.53 |
| Hex | 5F | D4 | 38 | 37 | 0 | 4A | 11 | 69 | 40 | 35 |
| Octal | 137 | 324 | 70 | 67 | 0 | 112 | 21 | 151 | 100 | 65 |
| Binary | 1011111 | 11010100 | 111000 | 110111 | 0 | 1001010 | 10001 | 1101001 | 1000000 | 110101 |
Color Harmonies of #5FD438
Complementary color
Monochromatic Colors of #5FD438
Black with #5FD438
Text Example
Text Example
White with #5FD438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD438; }
p { color: rgb(95,212,56); }
H1.HeaderClassName
{
color: #5FD438;
}
.AnyTagClassName
{
color: #5FD438;
}
</style>
background-color css
<style>
a { background-color: #5FD438; }
a { background-color: rgb(95,212,56); }
div.DivClassName
{
background-color: #5FD438;
}
.BgClassName
{
background-color: #5FD438;
}
</style>
border-color css
<style>
span { border-color: #5FD438; }
span { border-color: rgb(95,212,56); }
td.TdClassName
{
border-color: #5FD438;
}
.TagClassName
{
border-color: #5FD438;
}
</style>