Shades of Apple #5DB537
Tints of Apple #5DB537
RGB
CMYK
RGB Variations
Color information
#5DB537 (or 0x5DB537) is known color: Apple. HEX triplet: 5D, B5 and 37. RGB value is (93,181,55). Sum of RGB (Red+Green+Blue) = 93+181+55=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB537 is #A24AC8. Grayscale: #8C8C8C. Windows color (decimal): -10635977 or 3650909. OLE color: 3650909.
HSL color Cylindrical-coordinate representation of color #5DB537: hue angle of 101.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DB537 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 55 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.29 |
| HSL | 101.9º | 0.53% | 0.46% | - |
| HSV(B) | 101.9º | 0.7% | 0.71% | - |
| XYZ | 21.73 | 35.65 | 9.35 | - |
| YUV | 140.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 55 | 0.49 | 0 | 0.70 | 0.29 | 101.9 | 0.53 | 0.46 |
| Hex | 5D | B5 | 37 | 31 | 0 | 46 | 1D | 66 | 35 | 2E |
| Octal | 135 | 265 | 67 | 61 | 0 | 106 | 35 | 146 | 65 | 56 |
| Binary | 1011101 | 10110101 | 110111 | 110001 | 0 | 1000110 | 11101 | 1100110 | 110101 | 101110 |
Color Harmonies of #5DB537
Complementary color
Monochromatic Colors of #5DB537
Black with #5DB537
Text Example
Text Example
White with #5DB537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB537; }
p { color: rgb(93,181,55); }
H1.HeaderClassName
{
color: #5DB537;
}
.AnyTagClassName
{
color: #5DB537;
}
</style>
background-color css
<style>
a { background-color: #5DB537; }
a { background-color: rgb(93,181,55); }
div.DivClassName
{
background-color: #5DB537;
}
.BgClassName
{
background-color: #5DB537;
}
</style>
border-color css
<style>
span { border-color: #5DB537; }
span { border-color: rgb(93,181,55); }
td.TdClassName
{
border-color: #5DB537;
}
.TagClassName
{
border-color: #5DB537;
}
</style>