Shades of Apple #5DC551
Tints of Apple #5DC551
RGB
CMYK
RGB Variations
Color information
#5DC551 (or 0x5DC551) is known color: Apple. HEX triplet: 5D, C5 and 51. RGB value is (93,197,81). Sum of RGB (Red+Green+Blue) = 93+197+81=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC551 is #A23AAE. Grayscale: #999999. Windows color (decimal): -10631855 or 5358941. OLE color: 5358941.
HSL color Cylindrical-coordinate representation of color #5DC551: hue angle of 113.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DC551 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 197 | 81 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.23 |
| HSL | 113.79º | 0.5% | 0.55% | - |
| HSV(B) | 113.79º | 0.59% | 0.77% | - |
| XYZ | 25.97 | 42.85 | 14.69 | - |
| YUV | 152.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 197 | 81 | 0.53 | 0 | 0.59 | 0.23 | 113.79 | 0.5 | 0.55 |
| Hex | 5D | C5 | 51 | 35 | 0 | 3B | 17 | 72 | 32 | 37 |
| Octal | 135 | 305 | 121 | 65 | 0 | 73 | 27 | 162 | 62 | 67 |
| Binary | 1011101 | 11000101 | 1010001 | 110101 | 0 | 111011 | 10111 | 1110010 | 110010 | 110111 |
Color Harmonies of #5DC551
Complementary color
Monochromatic Colors of #5DC551
Black with #5DC551
Text Example
Text Example
White with #5DC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC551; }
p { color: rgb(93,197,81); }
H1.HeaderClassName
{
color: #5DC551;
}
.AnyTagClassName
{
color: #5DC551;
}
</style>
background-color css
<style>
a { background-color: #5DC551; }
a { background-color: rgb(93,197,81); }
div.DivClassName
{
background-color: #5DC551;
}
.BgClassName
{
background-color: #5DC551;
}
</style>
border-color css
<style>
span { border-color: #5DC551; }
span { border-color: rgb(93,197,81); }
td.TdClassName
{
border-color: #5DC551;
}
.TagClassName
{
border-color: #5DC551;
}
</style>