Shades of Apple #5DBC52
Tints of Apple #5DBC52
RGB
CMYK
RGB Variations
Color information
#5DBC52 (or 0x5DBC52) is known color: Apple. HEX triplet: 5D, BC and 52. RGB value is (93,188,82). Sum of RGB (Red+Green+Blue) = 93+188+82=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBC52 is #A243AD. Grayscale: #939393. Windows color (decimal): -10634158 or 5422173. OLE color: 5422173.
HSL color Cylindrical-coordinate representation of color #5DBC52: hue angle of 113.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBC52 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 82 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.26 |
| HSL | 113.77º | 0.44% | 0.53% | - |
| HSV(B) | 113.77º | 0.56% | 0.74% | - |
| XYZ | 24.02 | 38.9 | 14.23 | - |
| YUV | 147.51 | 91.03 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 82 | 0.51 | 0 | 0.56 | 0.26 | 113.77 | 0.44 | 0.53 |
| Hex | 5D | BC | 52 | 33 | 0 | 38 | 1A | 72 | 2C | 35 |
| Octal | 135 | 274 | 122 | 63 | 0 | 70 | 32 | 162 | 54 | 65 |
| Binary | 1011101 | 10111100 | 1010010 | 110011 | 0 | 111000 | 11010 | 1110010 | 101100 | 110101 |
Color Harmonies of #5DBC52
Complementary color
Monochromatic Colors of #5DBC52
Black with #5DBC52
Text Example
Text Example
White with #5DBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC52; }
p { color: rgb(93,188,82); }
H1.HeaderClassName
{
color: #5DBC52;
}
.AnyTagClassName
{
color: #5DBC52;
}
</style>
background-color css
<style>
a { background-color: #5DBC52; }
a { background-color: rgb(93,188,82); }
div.DivClassName
{
background-color: #5DBC52;
}
.BgClassName
{
background-color: #5DBC52;
}
</style>
border-color css
<style>
span { border-color: #5DBC52; }
span { border-color: rgb(93,188,82); }
td.TdClassName
{
border-color: #5DBC52;
}
.TagClassName
{
border-color: #5DBC52;
}
</style>