Shades of Apple #5DB048
Tints of Apple #5DB048
RGB
CMYK
RGB Variations
Color information
#5DB048 (or 0x5DB048) is known color: Apple. HEX triplet: 5D, B0 and 48. RGB value is (93,176,72). Sum of RGB (Red+Green+Blue) = 93+176+72=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB048 is #A24FB7. Grayscale: #8B8B8B. Windows color (decimal): -10637240 or 4763741. OLE color: 4763741.
HSL color Cylindrical-coordinate representation of color #5DB048: hue angle of 107.88º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DB048 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 72 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.31 |
| HSL | 107.88º | 0.42% | 0.49% | - |
| HSV(B) | 107.88º | 0.59% | 0.69% | - |
| XYZ | 21.21 | 33.85 | 11.55 | - |
| YUV | 139.33 | 90 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 72 | 0.47 | 0 | 0.59 | 0.31 | 107.88 | 0.42 | 0.49 |
| Hex | 5D | B0 | 48 | 2F | 0 | 3B | 1F | 6C | 2A | 31 |
| Octal | 135 | 260 | 110 | 57 | 0 | 73 | 37 | 154 | 52 | 61 |
| Binary | 1011101 | 10110000 | 1001000 | 101111 | 0 | 111011 | 11111 | 1101100 | 101010 | 110001 |
Color Harmonies of #5DB048
Complementary color
Monochromatic Colors of #5DB048
Black with #5DB048
Text Example
Text Example
White with #5DB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB048; }
p { color: rgb(93,176,72); }
H1.HeaderClassName
{
color: #5DB048;
}
.AnyTagClassName
{
color: #5DB048;
}
</style>
background-color css
<style>
a { background-color: #5DB048; }
a { background-color: rgb(93,176,72); }
div.DivClassName
{
background-color: #5DB048;
}
.BgClassName
{
background-color: #5DB048;
}
</style>
border-color css
<style>
span { border-color: #5DB048; }
span { border-color: rgb(93,176,72); }
td.TdClassName
{
border-color: #5DB048;
}
.TagClassName
{
border-color: #5DB048;
}
</style>