Shades of Apple #5DBB48
Tints of Apple #5DBB48
RGB
CMYK
RGB Variations
Color information
#5DBB48 (or 0x5DBB48) is known color: Apple. HEX triplet: 5D, BB and 48. RGB value is (93,187,72). Sum of RGB (Red+Green+Blue) = 93+187+72=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB48 is #A244B7. Grayscale: #929292. Windows color (decimal): -10634424 or 4766557. OLE color: 4766557.
HSL color Cylindrical-coordinate representation of color #5DBB48: hue angle of 109.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBB48 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 72 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.27 |
| HSL | 109.04º | 0.46% | 0.51% | - |
| HSV(B) | 109.04º | 0.61% | 0.73% | - |
| XYZ | 23.45 | 38.34 | 12.29 | - |
| YUV | 145.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 72 | 0.50 | 0 | 0.61 | 0.27 | 109.04 | 0.46 | 0.51 |
| Hex | 5D | BB | 48 | 32 | 0 | 3D | 1B | 6D | 2E | 33 |
| Octal | 135 | 273 | 110 | 62 | 0 | 75 | 33 | 155 | 56 | 63 |
| Binary | 1011101 | 10111011 | 1001000 | 110010 | 0 | 111101 | 11011 | 1101101 | 101110 | 110011 |
Color Harmonies of #5DBB48
Complementary color
Monochromatic Colors of #5DBB48
Black with #5DBB48
Text Example
Text Example
White with #5DBB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB48; }
p { color: rgb(93,187,72); }
H1.HeaderClassName
{
color: #5DBB48;
}
.AnyTagClassName
{
color: #5DBB48;
}
</style>
background-color css
<style>
a { background-color: #5DBB48; }
a { background-color: rgb(93,187,72); }
div.DivClassName
{
background-color: #5DBB48;
}
.BgClassName
{
background-color: #5DBB48;
}
</style>
border-color css
<style>
span { border-color: #5DBB48; }
span { border-color: rgb(93,187,72); }
td.TdClassName
{
border-color: #5DBB48;
}
.TagClassName
{
border-color: #5DBB48;
}
</style>