Shades of Apple #5DC555
Tints of Apple #5DC555
RGB
CMYK
RGB Variations
Color information
#5DC555 (or 0x5DC555) is known color: Apple. HEX triplet: 5D, C5 and 55. RGB value is (93,197,85). Sum of RGB (Red+Green+Blue) = 93+197+85=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC555 is #A23AAA. Grayscale: #999999. Windows color (decimal): -10631851 or 5621085. OLE color: 5621085.
HSL color Cylindrical-coordinate representation of color #5DC555: hue angle of 115.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DC555 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 197 | 85 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.23 |
| HSL | 115.71º | 0.49% | 0.55% | - |
| HSV(B) | 115.71º | 0.57% | 0.77% | - |
| XYZ | 26.12 | 42.92 | 15.5 | - |
| YUV | 153.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 197 | 85 | 0.53 | 0 | 0.57 | 0.23 | 115.71 | 0.49 | 0.55 |
| Hex | 5D | C5 | 55 | 35 | 0 | 39 | 17 | 74 | 31 | 37 |
| Octal | 135 | 305 | 125 | 65 | 0 | 71 | 27 | 164 | 61 | 67 |
| Binary | 1011101 | 11000101 | 1010101 | 110101 | 0 | 111001 | 10111 | 1110100 | 110001 | 110111 |
Color Harmonies of #5DC555
Complementary color
Monochromatic Colors of #5DC555
Black with #5DC555
Text Example
Text Example
White with #5DC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC555; }
p { color: rgb(93,197,85); }
H1.HeaderClassName
{
color: #5DC555;
}
.AnyTagClassName
{
color: #5DC555;
}
</style>
background-color css
<style>
a { background-color: #5DC555; }
a { background-color: rgb(93,197,85); }
div.DivClassName
{
background-color: #5DC555;
}
.BgClassName
{
background-color: #5DC555;
}
</style>
border-color css
<style>
span { border-color: #5DC555; }
span { border-color: rgb(93,197,85); }
td.TdClassName
{
border-color: #5DC555;
}
.TagClassName
{
border-color: #5DC555;
}
</style>