Shades of Apple #5FD448
Tints of Apple #5FD448
RGB
CMYK
RGB Variations
Color information
#5FD448 (or 0x5FD448) is known color: Apple. HEX triplet: 5F, D4 and 48. RGB value is (95,212,72). Sum of RGB (Red+Green+Blue) = 95+212+72=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD448 is #A02BB7. Grayscale: #A1A1A1. Windows color (decimal): -10496952 or 4772959. OLE color: 4772959.
HSL color Cylindrical-coordinate representation of color #5FD448: hue angle of 110.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FD448 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 72 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.17 |
| HSL | 110.14º | 0.62% | 0.56% | - |
| HSV(B) | 110.14º | 0.66% | 0.83% | - |
| XYZ | 29.43 | 49.99 | 14.23 | - |
| YUV | 161.06 | 77.74 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 72 | 0.55 | 0 | 0.66 | 0.17 | 110.14 | 0.62 | 0.56 |
| Hex | 5F | D4 | 48 | 37 | 0 | 42 | 11 | 6E | 3E | 38 |
| Octal | 137 | 324 | 110 | 67 | 0 | 102 | 21 | 156 | 76 | 70 |
| Binary | 1011111 | 11010100 | 1001000 | 110111 | 0 | 1000010 | 10001 | 1101110 | 111110 | 111000 |
Color Harmonies of #5FD448
Complementary color
Monochromatic Colors of #5FD448
Black with #5FD448
Text Example
Text Example
White with #5FD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD448; }
p { color: rgb(95,212,72); }
H1.HeaderClassName
{
color: #5FD448;
}
.AnyTagClassName
{
color: #5FD448;
}
</style>
background-color css
<style>
a { background-color: #5FD448; }
a { background-color: rgb(95,212,72); }
div.DivClassName
{
background-color: #5FD448;
}
.BgClassName
{
background-color: #5FD448;
}
</style>
border-color css
<style>
span { border-color: #5FD448; }
span { border-color: rgb(95,212,72); }
td.TdClassName
{
border-color: #5FD448;
}
.TagClassName
{
border-color: #5FD448;
}
</style>