Shades of Apple #5FDB48
Tints of Apple #5FDB48
RGB
CMYK
RGB Variations
Color information
#5FDB48 (or 0x5FDB48) is known color: Apple. HEX triplet: 5F, DB and 48. RGB value is (95,219,72). Sum of RGB (Red+Green+Blue) = 95+219+72=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB48 is #A024B7. Grayscale: #A5A5A5. Windows color (decimal): -10495160 or 4774751. OLE color: 4774751.
HSL color Cylindrical-coordinate representation of color #5FDB48: hue angle of 110.61º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FDB48 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 72 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.14 |
| HSL | 110.61º | 0.67% | 0.57% | - |
| HSV(B) | 110.61º | 0.67% | 0.86% | - |
| XYZ | 31.22 | 53.56 | 14.82 | - |
| YUV | 165.17 | 75.42 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 72 | 0.57 | 0 | 0.67 | 0.14 | 110.61 | 0.67 | 0.57 |
| Hex | 5F | DB | 48 | 39 | 0 | 43 | E | 6F | 43 | 39 |
| Octal | 137 | 333 | 110 | 71 | 0 | 103 | 16 | 157 | 103 | 71 |
| Binary | 1011111 | 11011011 | 1001000 | 111001 | 0 | 1000011 | 1110 | 1101111 | 1000011 | 111001 |
Color Harmonies of #5FDB48
Complementary color
Monochromatic Colors of #5FDB48
Black with #5FDB48
Text Example
Text Example
White with #5FDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB48; }
p { color: rgb(95,219,72); }
H1.HeaderClassName
{
color: #5FDB48;
}
.AnyTagClassName
{
color: #5FDB48;
}
</style>
background-color css
<style>
a { background-color: #5FDB48; }
a { background-color: rgb(95,219,72); }
div.DivClassName
{
background-color: #5FDB48;
}
.BgClassName
{
background-color: #5FDB48;
}
</style>
border-color css
<style>
span { border-color: #5FDB48; }
span { border-color: rgb(95,219,72); }
td.TdClassName
{
border-color: #5FDB48;
}
.TagClassName
{
border-color: #5FDB48;
}
</style>