Shades of Apple #5DBC46
Tints of Apple #5DBC46
RGB
CMYK
RGB Variations
Color information
#5DBC46 (or 0x5DBC46) is known color: Apple. HEX triplet: 5D, BC and 46. RGB value is (93,188,70). Sum of RGB (Red+Green+Blue) = 93+188+70=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBC46 is #A243B9. Grayscale: #929292. Windows color (decimal): -10634170 or 4635741. OLE color: 4635741.
HSL color Cylindrical-coordinate representation of color #5DBC46: hue angle of 108.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DBC46 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 70 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.26 |
| HSL | 108.31º | 0.47% | 0.51% | - |
| HSV(B) | 108.31º | 0.63% | 0.74% | - |
| XYZ | 23.6 | 38.74 | 12.03 | - |
| YUV | 146.14 | 85.03 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 70 | 0.51 | 0 | 0.63 | 0.26 | 108.31 | 0.47 | 0.51 |
| Hex | 5D | BC | 46 | 33 | 0 | 3F | 1A | 6C | 2F | 33 |
| Octal | 135 | 274 | 106 | 63 | 0 | 77 | 32 | 154 | 57 | 63 |
| Binary | 1011101 | 10111100 | 1000110 | 110011 | 0 | 111111 | 11010 | 1101100 | 101111 | 110011 |
Color Harmonies of #5DBC46
Complementary color
Monochromatic Colors of #5DBC46
Black with #5DBC46
Text Example
Text Example
White with #5DBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC46; }
p { color: rgb(93,188,70); }
H1.HeaderClassName
{
color: #5DBC46;
}
.AnyTagClassName
{
color: #5DBC46;
}
</style>
background-color css
<style>
a { background-color: #5DBC46; }
a { background-color: rgb(93,188,70); }
div.DivClassName
{
background-color: #5DBC46;
}
.BgClassName
{
background-color: #5DBC46;
}
</style>
border-color css
<style>
span { border-color: #5DBC46; }
span { border-color: rgb(93,188,70); }
td.TdClassName
{
border-color: #5DBC46;
}
.TagClassName
{
border-color: #5DBC46;
}
</style>