Shades of Apple #5DBC4B
Tints of Apple #5DBC4B
RGB
CMYK
RGB Variations
Color information
#5DBC4B (or 0x5DBC4B) is known color: Apple. HEX triplet: 5D, BC and 4B. RGB value is (93,188,75). Sum of RGB (Red+Green+Blue) = 93+188+75=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBC4B is #A243B4. Grayscale: #939393. Windows color (decimal): -10634165 or 4963421. OLE color: 4963421.
HSL color Cylindrical-coordinate representation of color #5DBC4B: hue angle of 110.44º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBC4B is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 75 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.26 |
| HSL | 110.44º | 0.46% | 0.52% | - |
| HSV(B) | 110.44º | 0.6% | 0.74% | - |
| XYZ | 23.77 | 38.8 | 12.89 | - |
| YUV | 146.71 | 87.53 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 75 | 0.51 | 0 | 0.60 | 0.26 | 110.44 | 0.46 | 0.52 |
| Hex | 5D | BC | 4B | 33 | 0 | 3C | 1A | 6E | 2E | 34 |
| Octal | 135 | 274 | 113 | 63 | 0 | 74 | 32 | 156 | 56 | 64 |
| Binary | 1011101 | 10111100 | 1001011 | 110011 | 0 | 111100 | 11010 | 1101110 | 101110 | 110100 |
Color Harmonies of #5DBC4B
Complementary color
Monochromatic Colors of #5DBC4B
Black with #5DBC4B
Text Example
Text Example
White with #5DBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC4B; }
p { color: rgb(93,188,75); }
H1.HeaderClassName
{
color: #5DBC4B;
}
.AnyTagClassName
{
color: #5DBC4B;
}
</style>
background-color css
<style>
a { background-color: #5DBC4B; }
a { background-color: rgb(93,188,75); }
div.DivClassName
{
background-color: #5DBC4B;
}
.BgClassName
{
background-color: #5DBC4B;
}
</style>
border-color css
<style>
span { border-color: #5DBC4B; }
span { border-color: rgb(93,188,75); }
td.TdClassName
{
border-color: #5DBC4B;
}
.TagClassName
{
border-color: #5DBC4B;
}
</style>